Git SSH Key 生成步骤

阅读更多
http://blog.csdn.net/hustpzb/article/details/8230454/

http://blog.sina.com.cn/s/blog_6e572cd60101qls0.html

ssh-keygen -t rsa -C "[email protected]"

ssh [email protected]

git clone [email protected]:ufcloud_developercenter/app_manager.git

git 通过ssh从git服务器拉取代码
git checkout -b developer remotes/origin/developer  -- 从developer分支上下载代码

http://blog.csdn.net/chai_132/article/details/48783575

http://blog.csdn.net/vipzjyno1/article/details/22098621

http://www.2cto.com/os/201307/229235.html

https://my.oschina.net/u/587974/blog/74341

你可能感兴趣的:(Git SSH Key 生成步骤)