pulp-platform / snitch_cluster

An energy-efficient RISC-V floating-point compute cluster.
https://pulp-platform.github.io/snitch_cluster/
Apache License 2.0
48 stars 46 forks source link

fatal: unable to access 'https://github.com/pulp-platform/register_interface/': gnutls_handshake() failed: Error in the pull function. #182

Closed itcastcastcast closed 3 weeks ago

itcastcastcast commented 3 weeks ago

I have an issue where every time I run sudo docker run -it --rm --net=host -v ~/cpp/snitch_cluster:/work -w /work/target/snitch_cluster ghcr.io/pulp-platform/snitch_cluster:main make docker-vlt, during the git clone process, I frequently encounter errors such as "fatal: unable to access 'https://github.com/pulp-platform/register_interface/': gnutls_handshake() failed: Error in the pull function." and "warning: Please ensure the url is correct and you have access to the repository." However, when I run git clone directly on my Linux machine, I never encounter these issues. I have tried various methods, but often it works fine for a day and then stops working after some time. Every time I re-clone the snitch_cluster repository and run the command again, I get the "gnutls_handshake() failed: Error in the pull function." error, and it can occur at different stages of the process. 屏幕截图 2024-08-20 230141

itcastcastcast commented 3 weeks ago

.docker/config.json 屏幕截图 2024-08-20 230629