赞
踩
傻瓜式安装
查看版本git --version
通过以下指令配置用户名和邮箱
git config --global user.name "your_name"
git config --global user.email "your_email@gmail.com"
git config core.ignorecase false // 本地仓库文件是否大小写敏感
查看是否配置成功git config --list
生成
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。