git 设置了ssh key 还是需要输入账户和密码

参考这篇文章https://blog.csdn.net/shahuhu000/article/details/86625987

git remote remove origin
git remote add origin git@github.com:Username/Your_Repo_Name.git

原文地址:https://www.cnblogs.com/blogxiao/p/10762070.html