We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
Is it possible to set the environment variables for the git commands?
I would like to set GIT_SSH_COMMAND like here: https://stackoverflow.com/a/29754018
Is this possible? Can you give me any example?
Thanks, Dom
The text was updated successfully, but these errors were encountered:
Currently that's not possible within the library but would be a nice addition.
In the meantime you can use a ssh config file.
Host git.server.com IdentityFile ~/.ssh/git.server.private IdentitiesOnly yes
And then it should work
Sorry, something went wrong.
sebastianfeldmann
No branches or pull requests
Hi there,
Is it possible to set the environment variables for the git commands?
I would like to set GIT_SSH_COMMAND like here: https://stackoverflow.com/a/29754018
Is this possible? Can you give me any example?
Thanks,
Dom
The text was updated successfully, but these errors were encountered: