This means that for any git source address that doesn't include an explicit SSH key (which is typical for Terraform; that option is mainly there for other go-getter callers) go-getter is effectively stripping out any existing GIT_SSH_COMMAND environment variable. That interpretation seems ...
GIT_SSH, GIT_SSH_COMMAND If either of these environment variables is set then git fetch and git push will use the specified command instead of ssh when they need to connect to a remote system. The command will be given exactly two or four arguments: the username@host (or just host) fro...
Any other interesting things about your environment that might be related to the issue you're seeing? It works when running directly as a user, but fails when running from a jenkins ssh agent Details CMD (also fails in powershell)