windows中的换行符为 CRLF, 而在linux下的换行符为LF,所以在执行add . 时出现提示
输入git config --global core.autocrlf false

git commit -m’****’
git push 远程仓库地址 master
windows中的换行符为 CRLF, 而在linux下的换行符为LF,所以在执行add . 时出现提示
输入git config --global core.autocrlf false
git commit -m’****’
git push 远程仓库地址 master