git:: multi account ssh set for github, howto
2개 계정을 사용하여 접속하기 위한 SSH 설정# FOR WINDOWS# By default the ssh-agent service is disabled. Configure it to start automatically.# Make sure you're running as an Administrator.Get-Service ssh-agent | Set-Service -StartupType Automatic# Start the serviceStart-Service ssh-agent# This should return a status of RunningGet-Service ssh-agent# Now load your key files into ssh-agentssh-add $env:USERPROFILE\.s..