We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d8682 commit d8c603aCopy full SHA for d8c603a
TROUBLESHOOTING.md
@@ -0,0 +1,13 @@
1
+Troubleshooting libgit2 Problems
2
+================================
3
+
4
+CMake Failures
5
+--------------
6
7
+* **`Asked for OpenSSL TLS backend, but it wasn't found`**
8
+ CMake cannot find your SSL/TLS libraries. By default, libgit2 always
9
+ builds with HTTPS support, and you are encouraged to install the
10
+ OpenSSL libraries for your system (eg, `apt-get install libssl-dev`).
11
12
+ For development, if you simply want to disable HTTPS support entirely,
13
+ pass the `-DUSE_HTTPS=OFF` argument to `cmake` when configuring it.
0 commit comments