git
Tips
Clone using ssh-key
Push to github without password using ssh-key
If it is asking you for a username and password, your origin remote is pointing at the https url rather than the ssh url.
For example, a github project like Git will have https url
and the ssh one:
You can do:
to change the url.
Last updated