0、自己百度生成SSHKEY
1、git上添加SSHKEY,添加好了
测试:
ssh -T [email protected]
会有成功提示。
2、通了之后拉代码:
git clone [email protected]:wangshuyuan/iossongjiangdai.git
或者
git clone http://git.xxxx.com/wangshuyuan/caogendangjia.git
如果要修改SSHKEY邮箱:
Command line instructions
Git global setup
git config --global user.name "wangshuyuan"
git config --global user.email "[email protected]"
时间: 2024-11-07 05:58:28