首页 > 其他 > 详细

git学习 7 git每次push都输入用户名 密码

时间:2018-05-01 13:36:35      阅读:182      评论:0      收藏:0      [点我收藏+]

用如下命令改成SSH的方式

git remote rm origin

git remote add origin git@github.com:username/repository.git

git push -u origin master

git学习 7 git每次push都输入用户名 密码

原文:https://www.cnblogs.com/liufei1983/p/8975865.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!