Created
January 11, 2021 02:53
-
-
Save jmn/5b49c83c6234bcaca4d2ce82c28d9b37 to your computer and use it in GitHub Desktop.
How to fix VS Code Git SSH authentication in Windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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