UNIX
cannot make .repo directory: Permission denied
ndlessrain
2013. 7. 4. 22:31
728x90
받으려는 폴더 mod 를 변경해준다.
그럼해결됨...................................................
Thanks for the quick reply.
I have completely follwoed the guidelines given at:
After the command
$ curl https://android.git.kernel.org/repo > ~/bin/repo
I had only change chmod of repo with
$ chmod a+x ~/bin/repo
And after that:
$ mkdir WORKING_DIRECTORY
$ cd WORKING_DIRECTORY
$ repo init -u git://android.git.kernel.org/platform/manifest.git
Now I got the error as "cannot make .repo directory: Permission denied. "
Then I tried with " sudo repo init -u git://android.git.kernel.org/platform/manifest.git "
Then the same error gave.
Please let me know where i went wrong.
728x90