标签:教程 str http www example nbsp gitbash conf lob
1.github的简单使用教程:http://www.jianshu.com/p/f58e38f38594
记得安装之前要安装git软件 官网下载即可。
然后要使用gitbash 添加自己的邮箱和名字才能使用,不然会报错!
命令行如下:
git config --global user.name "Your Name"
git config --global user.email "email@example.com"
2.git的教程 廖雪峰即可(正在看)
网址:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000
标签:教程 str http www example nbsp gitbash conf lob
原文地址:http://www.cnblogs.com/srnl/p/7237517.html