why github ask me password instead of ssh ?

PHOTO EMBED

Wed Sep 15 2021 19:22:09 GMT+0000 (Coordinated Universal Time)

Saved by @jeromew #shell #github

/*
 * select Clone or Download and Use SSH
 * You will get a URL for the SSH protocol in the form git@github.com:<user>/<repo>.git
 * Then run the following command in your working tree to tell Git to use this URL instead of the current one
 */ 
git remote set-url origin git@github.com:<user>/<repo>.git
content_copyCOPY

https://www.google.com/search?q