ubuntu - Getting OSError: [Errno 2] No such file or directory while downloading Android source code -


i trying download http://source.android.com/source/downloading.html. according instruction writing in terminal command:

repo init -u https://android.googlesource.com/platform/manifest 

and getting next error:

comrade@ubuntu:~/working_directory$ repo init -u https://android.googlesource.com/platform/manifest traceback (most recent call last):   file "/home/comrade/bin/repo", line 700, in <module>     main(sys.argv[1:])   file "/home/comrade/bin/repo", line 667, in main     _init(args)   file "/home/comrade/bin/repo", line 198, in _init     _checkgitversion()   file "/home/comrade/bin/repo", line 223, in _checkgitversion     proc = subprocess.popen(cmd, stdout=subprocess.pipe)   file "/usr/lib/python2.7/subprocess.py", line 679, in __init__     errread, errwrite)   file "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child     raise child_exception oserror: [errno 2] no such file or directory 

i novice in ubuntu , sorry if question dull.

problem solved. had not git client.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -