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.
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.