You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
The setupGitEnv() function in get_git.go specifies a GIT_SSH_COMMAND environment variable, even when an ssh key file is not explicitly set in the git repo URL via the sshkey query parameter.
When there is no query parameter for sshkey, the GIT_SSH_COMMAND environment variable should be left unset. Presently, it ends up being set to GIT_SSH_COMMAND=ssh, which breaks configuration via .gitconfig files.