码迷,mamicode.com
首页 > 其他好文 > 详细

免密拉取github代码

时间:2019-06-20 14:16:24      阅读:87      评论:0      收藏:0      [点我收藏+]

标签:添加   dev   ted   space   you   拉取   pac   账户   bsp   

github账户关联所在机器公钥即可:

cd $HOME/

cd .ssh/

如果id_rsa.pub不存在,重新生成:ssh-keygen -t rsa

将id_rsa.pub添加到github账户的SSH密钥列表中

 

# key-free development
git remote -v
git remote remove origin
git remote add origin git@github.com:YourGroup/YourGitRepo.git
git pull
git branch --set-upstream-to=origin/master master
git pull

免密拉取github代码

标签:添加   dev   ted   space   you   拉取   pac   账户   bsp   

原文地址:https://www.cnblogs.com/yaoyaohust/p/11058354.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!