浏览代码

Add note: do not use Git for Windows V2.24

A bug in Git for Windows V2.24 does not allow to checkout CivetWeb:
https://github.com/git-for-windows/git/issues/2435

Possible workaround:
Disable core.protectNTFS:
git config --global core.protectNTFS false

Solution:
Use Git for Windows <= V2.23 or >= V2.25
bel2125 5 年之前
父节点
当前提交
61a868be17
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -49,6 +49,9 @@ End users can download CivetWeb binaries / releases from SourceForge
 Developers can contribute to CivetWeb via GitHub
 Developers can contribute to CivetWeb via GitHub
 [https://github.com/civetweb/civetweb](https://github.com/civetweb/civetweb)
 [https://github.com/civetweb/civetweb](https://github.com/civetweb/civetweb)
 
 
+Due to a [bug in Git for Windows V2.24](https://github.com/git-for-windows/git/issues/2435)
+CivetWeb must be used with an earlier or later version (see also [here](https://github.com/civetweb/civetweb/issues/812)).
+
 Trouble tickets should be filed on GitHub
 Trouble tickets should be filed on GitHub
 [https://github.com/civetweb/civetweb/issues](https://github.com/civetweb/civetweb/issues)
 [https://github.com/civetweb/civetweb/issues](https://github.com/civetweb/civetweb/issues)