Jelajahi Sumber

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 tahun lalu
induk
melakukan
61a868be17
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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
 [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
 [https://github.com/civetweb/civetweb/issues](https://github.com/civetweb/civetweb/issues)