Git 提交时报错warning: LF will be replaced by CRLF in - CSDN博客 https://blog.csdn.net/yan_less/article/details/72866395
Administrator@PC-20160727BOAG MINGW64 /d/wepyAction/new (master)
$ git config core.autocrlf false
Administrator@PC-20160727BOAG MINGW64 /d/wepyAction/new (master)
$ git add *
The following paths are ignored by one of your .gitignore files:
dist
node_modules
Use -f if you really want to add them.
Administrator@PC-20160727BOAG MINGW64 /d/wepyAction/new (master)
$