aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 0adf8edb..ae043cc1 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -166,3 +166,13 @@ rather than just the name of the "ttf" file in your Fonts directory.
- - -
+**Q:**
+When I use Mercurial >= 3.9 to clone Textadept's source code repository, I get
+an "unsupported protocol" error related to TLS. How do I get around this?
+
+**A:**
+Set `hostsecurity.foicica.com:minimumprotocol=tls1.0` in your Mercurial
+configuration, as stated by the error message. Then try cloning again.
+
+- - -
+