git上拉取项目
Posted 预估计
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git上拉取项目相关的知识,希望对你有一定的参考价值。
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]"
以上是关于git上拉取项目的主要内容,如果未能解决你的问题,请参考以下文章