📌  相关文章
📜  为什么github问我用户名密码而不是SSH认证? - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:24.911000             🧑  作者: Mango

代码示例1
/*
 * select Clone or Download and Use SSH
 * You will get a URL for the SSH protocol in the form git@github.com:/.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:/.git