diff options
author | 2017-06-27 23:35:39 -0400 | |
---|---|---|
committer | 2017-06-27 23:35:39 -0400 | |
commit | a4ec2dc505f5a06b193bb892d891410ec7c9ec80 (patch) | |
tree | 5df2b3bb7f50e8f07bff9ec76ecd268fc7d106e7 /FAQ.md | |
parent | d8c3c143bd6793d275024428bea601e2fd3dfbe7 (diff) | |
download | textadept-a4ec2dc505f5a06b193bb892d891410ec7c9ec80.tar.gz textadept-a4ec2dc505f5a06b193bb892d891410ec7c9ec80.zip |
Added FAQ entry on Mercurial TLS settings.
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. + +- - - + |