Skip to content

Instantly share code, notes, and snippets.

@jmn
Created January 11, 2021 02:53
Show Gist options
  • Save jmn/5b49c83c6234bcaca4d2ce82c28d9b37 to your computer and use it in GitHub Desktop.
Save jmn/5b49c83c6234bcaca4d2ce82c28d9b37 to your computer and use it in GitHub Desktop.
How to fix VS Code Git SSH authentication in Windows
# https://snowdrift.tech/cli/ssh/git/tutorials/2019/01/31/using-ssh-agent-git-windows.html
[Environment]::SetEnvironmentVariable("GIT_SSH", "$((Get-Command ssh).Source)", [System.EnvironmentVariableTarget]::User)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment