安装ctfd的时候遇到如下报错
fatal: unable to access 'https://.../CTFd/CTFd.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
在终端中输入以下命令可解决
git config --global --unset http.proxy
git config --global --unset https.proxy
本文介绍了一种解决CTFd安装过程中出现特定错误的方法。该错误表现为无法访问GitHub上的CTFd仓库,通过调整git的代理配置可以有效解决此问题。
安装ctfd的时候遇到如下报错
fatal: unable to access 'https://.../CTFd/CTFd.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
在终端中输入以下命令可解决
git config --global --unset http.proxy
git config --global --unset https.proxy

被折叠的 条评论
为什么被折叠?