赞
踩
git config --global user.name "anjos"
git config --global user.email whaozl@163.com
# 记住密码
git config credential.helper store
# 提交时转换为LF,检出时不转换
git config --global core.autocrlf input
#允许提交包含混合换行符的文件
git config --global core.safecrlf false
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。