Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hang in git.Repo.clone_from ... redux #380

Closed
timblechmann opened this issue Feb 5, 2016 · 4 comments
Closed

hang in git.Repo.clone_from ... redux #380

timblechmann opened this issue Feb 5, 2016 · 4 comments

Comments

@timblechmann
Copy link

@timblechmann timblechmann commented Feb 5, 2016

same issue as #72.

the task seems to hang in:

git.Repo.clone_from( url, tempFolder, branch=commit, depth=1, quiet=True ) 
File "C:\Users\developer\AppData\Local\Programs\Python\Python35\lib\site-packages\git\repo\base.py", line 849, in clone_from 
return cls._clone(Git(os.getcwd()), url, to_path, GitCmdObjectDB, progress, **kwargs) 
File "C:\Users\developer\AppData\Local\Programs\Python\Python35\lib\site-packages\git\repo\base.py", line 800, in _clone 
finalize_process(proc) 
File "C:\Users\developer\AppData\Local\Programs\Python\Python35\lib\site-packages\git\util.py", line 154, in finalize_process 
proc.wait() 
File "C:\Users\developer\AppData\Local\Programs\Python\Python35\lib\site-packages\git\cmd.py", line 311, in wait 
raise GitCommandError(self.args, status, self.proc.stderr.read()) 
@Byron
Copy link
Member

@Byron Byron commented Feb 7, 2016

Have you tried using the latest version from this repository ?

The one on PIP is quite old, and I find myself unable to update pip as it looked me out permanently.

@timblechmann
Copy link
Author

@timblechmann timblechmann commented Feb 7, 2016

pip locked you out? we are using pip as main distribution mechanism for python dependencies, so for now i have to use it ...

@Byron
Copy link
Member

@Byron Byron commented Feb 7, 2016

@timblechmann
Copy link
Author

@timblechmann timblechmann commented Jun 29, 2016

seems to be fixed with the new release of gitpython

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.