摘要: 1.安装gitWindows版:http://code.google.com/p/msysgit/Mac OS版本:http://code.google.com/p/git-osx-installer/2.SSH配置想要让本地版本库与远程版本库通信,需要配置一下SSH key2.1 Windows下配置SSH官方文档:https://help.github.com/articles/generating-ssh-keys2.1.1 检查计算机上是否已经有SSH key$ cd ~/.ssh如果出现““No such file or directory”或类似的语句,说明缺少ssh的key。2. 阅读全文
posted @ 2013-04-14 18:37 Carve_Time 阅读(252) 评论(0) 推荐(0)