标签:
1通过GitHub自带的命令行窗口创建个人信息
git config --global user.name "your name"
git config --global user.email "your@email.address"
2.
获得公钥
3
添加成功后
后面的步骤要用到这个链接
国内上GitHub不稳定,可以更改Windows的hosts文件,加入以下几行代码:
目录:C:\Windows\System32\drivers\etc
#185.31.16.184 github.global.ssl.fastly.net
#207.97.227.239 github.com
#65.74.177.129 www.github.com
#207.97.227.252 nodeload.github.com
#207.97.227.243 raw.github.com
#204.232.175.78 documentcloud.github.com
#204.232.175.78 pages.github.com
标签:
原文地址:http://blog.csdn.net/qq_23195583/article/details/44976983