Skip to main content

All Questions

0 votes
0 answers
153 views

Returning all repos under a given root path using GitPython

If I provide a root path such as ("C:/ProgramFiles") to the function, the code should give a list, where each element is the (local path of this repo found under the root path, remote URL, ...
Luk Aron's user avatar
  • 1,457
3 votes
0 answers
2k views

Gitpython - can't clone from remote repo using private ssh key

I'm trying to clone a project from git using Python's Gitpython library, but instead of password i want to use ssh keys for authentication. I've created a pair of private and public keys and put the ...
Caffeine's user avatar
  • 455