github_cloner icon indicating copy to clipboard operation
github_cloner copied to clipboard

error running from python 2.7.13 on win 7

Open treflip opened this issue 7 years ago • 0 comments

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 load_entry_point('Github-Cloner==0.1', 'console_scripts', 'ghclone')() File "build\bdist.win32\egg\src\github_clone_user.py", line 51, in main
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...

treflip avatar Sep 08 '17 04:09 treflip