1、 下载地址
- TortoiseGit与Language Packs下载:
https://code.google.com/p/tortoisegit/wiki/Download?tm=2
- msysgit下载
http://code.google.com/p/msysgit/downloads/list
目前版本Git-1.8.4-preview20130916.exe
Full installer for official Git for Windows 1.8.4
- PuTTY Key Generator Free Download
http://www.softpedia.com/get/Network-Tools/Misc-Networking-Tools/PuTTY-Key-Generator.shtml
2、 安装过程
- 首先安装msysgit
- 然后安装TortoiseGit
- putty key生成 public key 与 private key
public key给管理员,由管理员给你访问权限
private key在Git Clone的时候加载:
3、 参考:
- http://www.cnblogs.com/qiantuwuliang/archive/2010/12/29/1920653.html
- http://blog.chinaunix.net/uid-25806493-id-3319781.html
- http://rongjih.blog.163.com/blog/static/335744612010619111042465/
- http://zengrong.net/post/1722.htm