All Questions
2 questions
1
vote
0
answers
424
views
Is there a way to clone(or download) private remote repositories via python with git username-password?
I am looking for a way to clone locally, a remote private git repository via python. Git i.e. not specific to a version control provider. Ideally I am looking to establish a connection with the ...
33
votes
4
answers
57k
views
gitpython git authentication using user and password
I'm using GitPython but did not find a way to push to repo using username and password. Can anybody send me a working example or give me some pointer about how to do it?
What I need to do is:
add a ...