协作项目,开发环境不同(mac,window)构建过程中,命令行报错(expecting LF but only find CRLF)
打开git bash,输入
$ git config --global core.autocr lf false
再构建,解决
协作项目,开发环境不同(mac,window)构建过程中,命令行报错(expecting LF but only find CRLF)
打开git bash,输入
$ git config --global core.autocr lf false
再构建,解决
转载于:https://www.cnblogs.com/aliceblake/p/5865160.html