我在windows机器中使用ASP.NET ZERO框架,因为我有一个refresh.bat文件。它用于通过使用Swagger生成代理文件。所以一旦我运行这个文件。它给git diff,因为即使没有变化,CRLF也会被代理文件中的LF替换。我可以使用git config core.autocrlf false来禁用警告。但它仍然表现出差异,但没有任何警告。
答案 0 :(得分:1)
您应该能够将 .gitattributes 文件添加到项目中以及以下行,以便始终允许 service-proxies.ts 文件为LF
service-proxies.ts text eol=lf