在从github clone fabric-samples 项目时遇到报错:
fatal: unable to access 'https://github.com/hyperledger/fabric-samples.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
参考文章:Git Clone错误解决:GnuTLS recv error (-110): The TLS connection was non-properly terminated._蛙仔的博客-优快云博客
的做法,做了前两步:
apt-get install gnutls-bin
git config --global http.sslVerify false
担心引起内存问题没有做第三步:
git config --global http.postBuffer 1048576000
问题没有得到解决。
下载github客户端并使用URL clone功能,成功clone代码到本地