我试图获取 Google Fuchsia 源代码,但我一直遇到一堆这样的错误:
ERROR: 'git fetch -p origin' failed:
stdout:
stderr:
fatal: unable to access 'https://fuchsia.googlesource.com/third_party/github.com/google/cppdap/':
gnutls_handshake() failed: The TLS connection was non-properly terminated.
command fail error: exit status 128
结果,下载永远不会完全完成,而且我有一个不完整的 Fuchsia repo 克隆。
我知道我的 Git 安装很好,因为我可以通过 https 访问 GitHub 存储库(我经常这样做)。
我在 WSL2(Ubuntu 20.04 LTS)上。
我该如何解决这个错误?