Shpota/github-activity-generator

[noob] keep getting: OSError: [Errno 2] No such file or directory

lettersforword365 opened this issue · 1 comments

im new to github and wanted to try this.

running ubuntu, installed python via apt and opened terminal inside the main folder containing the python scripts

made an empty repo and typed:
python contribute.py --repository=oneoftheprivategithubemails@noreply.github.com:https://github.com/lettersforword365/testpy.git

am i doing something wrong?

im getting:

Traceback (most recent call last):
File "contribute.py", line 111, in
main()
File "contribute.py", line 28, in main
run(['git', 'init'])
File "contribute.py", line 62, in run
Popen(commands).wait()
File "/usr/lib/python2.7/subprocess.py", line 394, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

turns out i didnt set up git and what not