git学习 7 git每次push都输入用户名 密码
Posted 刘大飞
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git学习 7 git每次push都输入用户名 密码相关的知识,希望对你有一定的参考价值。
用如下命令改成SSH的方式
git remote rm origin
git remote add origin [email protected].com:username/repository.git
git push -u origin master
以上是关于git学习 7 git每次push都输入用户名 密码的主要内容,如果未能解决你的问题,请参考以下文章
解决每次git pull/push都需要输入用户账号密码的方法