标签:
msysGit is a windows version of Git client. Download this installation package and install it: https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20141217/Git-1.9.5-preview20141217.exe
use default configuration is OK. Just click "Next" button all the way to the end.
Open Git Bash from desktop (or any folder) by right click:
config your user name and email: (They should be the same with your git profile settings)
git config --global user.name "Shishang, Yilin" git config --global user.email "shishangyilin@cienet.com.cn"
标签:
原文地址:http://www.cnblogs.com/michaelins/p/4206355.html