Answers for "github asking for username and password after ssh"

2

git push pull asks for login everytime

$ git config credential.helper store
$ git push https://github.com/repo.git

Username for 'https://github.com': <USERNAME>
Password for 'https://[email protected]': <PASSWORD>
Posted by: Guest on June-26-2020
1

github ssh ask for password

git config --global url.ssh://[email protected]/.insteadOf https://github.com/
Posted by: Guest on October-29-2020

Code answers related to "github asking for username and password after ssh"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language