You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tried to run this and I'm getting timeout errors. Is this package known to work?
from gitpandas import Repository, ProjectDirectory
p = ProjectDirectory(working_dir=['git://github.com/myaccount/myrepo.git'])
r = Repository(working_dir='git://github.com/myaccount/myrepo.git')
The text was updated successfully, but these errors were encountered:
Just tried to run this and I'm getting timeout errors. Is this package known to work?
The text was updated successfully, but these errors were encountered: