github push代码时出现
warning: LF will be replaced by CRLF in js/jquery-1.11.1.min.js.
The file will have its original line endings in your working directory
error: 'mobile_class_admin/' does not have a commit checked out
fatal: adding files failed
修改方式:
git config core.autocrlf false 仅对当前的git仓库有效
git config --global core.autocrlf false 全局推荐