PhpStorm 使用 Git Commit 提交项目的时候总是提示“Line Separator Warning:You are about to commit CRLF line separators to the Git repository.”如下图所示:
解决方法:
应该是换行符编码的问题,编辑器右下角点击 CLRF ,改为 LF ,再尝试提交即可。
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/231364.html
PhpStorm 使用 Git Commit 提交项目的时候总是提示“Line Separator Warning:You are about to commit CRLF line separators to the Git repository.”如下图所示:
解决方法:
应该是换行符编码的问题,编辑器右下角点击 CLRF ,改为 LF ,再尝试提交即可。
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/231364.html