Git安装与配置

1.http://git-scm.com/download/ 下载Git,Windows安装一路默认即可   2. 安装之后,配置参数 git config --global user.name "Your Name" git config --global user.email "[email protected]" git config --global core.editor "vim"  
相关文章
相关标签/搜索