i am trying to install gitpython 2.0.9 on salt master. i tried installing gitpython but when i put gitfs in master i got message "[CRITICAL] No suitable gitfs provider module is installed." so tried ...
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 ...