如何防止 Composer 在 Windows 上使用全局 core.autocrlf 配置

How to prevent Composer from using global core.autocrlf config on Windows

我在 composer.json 文件中配置了一个私人 git 存储库。

我正在尝试从中获取一个包,但是我希望作曲家以 lf 行结尾检出存储库。

我想将我的全局 core.autocrlf 设置为 true。

有什么方法可以告诉 composer 运行 git 克隆命令并将 autocrlf 设置为 false?

我发现如果我添加

* text eol=lf

.gitattributes它检查正确