Trying to setup go tour on my ubuntu18.04 failed

go get golang.org/x/tour

cd .; git clone – https://go.googlesource.com/tools /home/anurag/go/src/golang.org/x/tools

Cloning into ‘/home/anurag/go/src/golang.org/x/tools’…
error: RPC failed; curl 56 GnuTLS recv error (-24): Decryption has failed.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

1 Like

Works on my machine. Have you checked if your PCs clock is correct? Certificate store is up to date?

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.