Replies: 1 comment 4 replies
-
@haytok there is nothing extra to be done, and it should work. Are you using a specific go proxy? Or are you otherwise on a (corporate) network that would possibly intercept / manipulate your traffic? What happens if you use a VPN (or tunnel your traffic over ssh to a remote machine)? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry for the basic question.
When trying to build an environment to build nerdctl according to the Developer Guide in README.md, the build fails due to a checksum mismatch.
I thought the build would succeed just by doing
make
, is there anything additional I need to do to get it to build?Running
rm go.sum
andgo clean -modcache
and then building again does not solve the problem.Note that my development environment is Lima and I am building nerdctl.
Beta Was this translation helpful? Give feedback.
All reactions