All Questions
1 question
0
votes
1
answer
1k
views
gitpython's clone_from() throws exceptions while cloning a repo when called through an flask API
I have python snippet which clones a github repo over https access tokens, creates a branch modifies the content, and pushes back. Below code works perfectly fine if run directly via python ...