Git与TortoiseGit使用方法

 

          

下载这两个工具

Git地址:https://git-for-windows.github.io/

TortoiseGit地址:http://tortoisegit.org/

点击安装,Git要解除锁定

安装

在CMD中显示如下信息说明安装ok

 

设置签名:

C:\Users\MarkFan>git config --global user.name "markfan"

C:\Users\MarkFan>git config --global user.email "ffgign@qq.com"

C:\Users\MarkFan>git config --global push.default simple

 

安装

 

posted @ 2016-01-02 19:53  凡酷软件  阅读(259)  评论(0编辑  收藏  举报