fatal: unable to access ‘https://github.com/xxx/xxx.git‘:gnutls_handshake() failed: The TLS connect
·
在ubuntu上pull项目,报错:
fatal: unable to access 'https://github.com/xxx/xxx.git': gnutls_handshake() failed: The TLS connection was non-properly terminated.
推断是于系统CA证书过期或则损坏导致 Git 无法验证 GitHub 的 SSL/TLS 证书
输入以下指令后重新pull就好了
apt-get --reinstall install ca-certificates
update-ca-certificates --fresh
更多推荐
所有评论(0)