首页 > 其他 > 详细

git配置

时间:2021-01-25 18:57:34      阅读:27      评论:0      收藏:0      [点我收藏+]

1>
ssh-keygen -t rsa -C “邮箱"
c盘用户目录C:\Users\WXY\.ssh下.ssh问题,打开pub文件

上传公钥
登录到git后,点击右上角setting,然后点击”SSH Public Keys”,把自己的公钥复制到文本域中


2>

登录git绑定邮箱,在setting的Contact Information中

3>
git config --global user.name your_name  
git config --global user.email your_email  

4>
git clone git@github.com:wangaccout/test1.git

git配置

原文:https://www.cnblogs.com/wxymm/p/14326456.html

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