Disable Right Click

Wednesday, January 12, 2022

VSCODE 의 Source Control 메뉴에서만 나는 git 인증 오류

 
1. Make sure ssh-agent service enabled, or run in Powershell (as administrator):
    Get-Service -Name ssh-agent | Set-Service -StartupType Automatic
2  ssh-agent
3  ssh-add
4  git config --global core.sshCommand C:/Windows/System32/OpenSSH/ssh.exe