git上刚下载的项目就显示有改动

gitee下载的项目,点击“Add to Index”后就会整个项目显示*号

解决方法:删除“C:\Users\{username}\.git.config”文件,重新配置

git config --global user.name 'Jhone'

git config --global user.email '[email protected]'

git config --global core.autocrlf false

git config --global core.filemode false

猜你喜欢

转载自www.cnblogs.com/heizai002/p/12394870.html
今日推荐