标签:lin 提示 oge setup ios user ssh http 修改
0、自己百度生成SSHKEY
1、git上添加SSHKEY,添加好了
测试:
ssh -T git@git.XXXX.com
会有成功提示。
2、通了之后拉代码:
git clone git@199.166.10.33: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 "shuyuan.wang@xxxx.com"
标签:lin 提示 oge setup ios user ssh http 修改
原文地址:http://www.cnblogs.com/yyyyyyyyqs/p/6873825.html