1,windows上裝一個git
http://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git
2,配置git config --global user.name "Name"
git config --global user.email Name@example.com
在文件
C:\Documents and Settings\Administrator\.gitconfig
添加
[user]
name = Name
email = Name@iscreen.com
[http]
sslVerify = false
3,从服务端拷贝工程 git clone https://目录/工程.git
4,输入Username和Password
5,下载完毕
http://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git
2,配置git config --global user.name "Name"
git config --global user.email Name@example.com
在文件
C:\Documents and Settings\Administrator\.gitconfig
添加
[user]
name = Name
email = Name@iscreen.com
[http]
sslVerify = false
3,从服务端拷贝工程 git clone https://目录/工程.git
4,输入Username和Password
5,下载完毕