There was an error while loading. Please reload this page.
1 parent 5684f80 commit f24d9f6Copy full SHA for f24d9f6
1 file changed
src/clone.c
@@ -3,10 +3,10 @@
3
#endif
4
5
/* Beginning in libgit2 v1.4.5 and v1.5.1, libgit2 will now perform host key checking by default.
6
- * However on Windows libssh does not have access to the cert store */
7
-#if defined(_WIN32)
+ * However we do not want scripts to halt upon the first clone to a host... */
+//#if defined(_WIN32)
8
#define SKIP_HOSTKEY_CHECK
9
-#endif
+//#endif
10
11
#include <string.h>
12
#include "utils.h"
0 commit comments