Replies: 1 comment
-
You probably want to change the Here is an example to show the general idea: ssh_cmd = 'ssh -i id_deployment_key'
with repo.git.custom_environment(GIT_SSH_COMMAND=ssh_cmd):
repo.remotes.origin.fetch() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team, I am new to gitpython, and I am looking a way to disable sslVerify upon issue a git command, don't know how to pass parameters, thanks
Beta Was this translation helpful? Give feedback.
All reactions