Bug/Git

GitHub keeps asking for password with openSSH pop up

brightlightkim 2022. 5. 8. 11:48

https://stackoverflow.com/questions/21095054/ssh-key-still-asking-for-password-and-passphrase

 

SSH Key - Still asking for password and passphrase

I've been somewhat 'putting up' with Github always asking for my username and password when I clone a repository. I want to bypass this step because it is an annoyance within my workflow. I tried

stackoverflow.com

 

To fix the error permanently in Ubuntu,

 

Type

ssh-add -k ~/.ssh/id_rsa
//--apple-use-keychain instead of -k for Mac