All Questions
2 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, ...
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 ...