git配置

来源:互联网 发布:培训班java教哪些课程 编辑:程序博客网 时间:2024/05/16 09:10
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,下载完毕
原创粉丝点击