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"  
相關文章
相關標籤/搜索