Add GitHub ssh-agent and ssh key on startup (Windows)
If you have GitHub ssh key setup to access your remote repo, whenever you log out your PC your ssh key drops out! So you have to run evalssh-agent -s&&
ssh-add ~/.ssh/xxx-key everytime you login.๐ก
This is how I added ssh-agent and ssh key authentif...
blog.azcodez.com2 min read