github_cloner
github_cloner copied to clipboard
error running from python 2.7.13 on win 7
running win7 I installed python 2.7.13, ran the install command for github_cloner, and finally ran the command for ghbcloner and got this output:
C:\Users\xxxx\Downloads\github\github_cloner-master\src\output>ghclone --user 3drobotics --outdir 3drtx
count: 1 : 65
https://github.com/3drobotics/3drtx.git
Traceback (most recent call last):
File "C:\Python27\Scripts\ghclone-script.py", line 11, in
File "C:\Python27\lib\site-packages\gitpython-0.3.6-py2.7.egg\git\repo\base.py", line 844, in clone_from return cls._clone(Git(os.getcwd()), url, to_path, GitCmdObjectDB, progress,**kwargs)
File "C:\Python27\lib\site-packages\gitpython-0.3.6-py2.7.egg\git\repo\base.py", line 814, in _clonerepo = cls(os.path.abspath(path), odbt=odbt)
File "C:\Python27\lib\site-packages\gitpython-0.3.6-py2.7.egg\git\repo\base.py", line 130, in __init__raise NoSuchPathError(epath) git.exc.NoSuchPathError: C:\Users\xxxx\Downloads\github\github_cloner-master\src\output\3drtx\3drtx
tried creating the 3drtx directory and was prompted with the same error...