I was trying to get the Google Fuchsia source code, but I keep running into a bunch of these errors:
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
As a result, the download never fully finishes, and I have an incomplete clone of the Fuchsia repo.
I know that my Git installation is fine because I can access GitHub repos over https just fine (I do it regularly).
I'm on WSL2 (Ubuntu 20.04 LTS).
How can I fix this error?