I get this error message:
go: loading module retractions for golang/x/[email protected]: Get "/x/mobile/@v/list": proxyconnect tcp: dial tcp 192.168.0.107:7890: connect: no route to host
It occurs when I run go mod tidy
. I've been troubled by the problems for two days.
My goland is in VMware Ubuntu22.04.192.168.0.107 is used to be the IP of windows, and 7890 is my clash port. Thanks for your time!
I followed one blog and looked into the proxy setting of my goland, it's no proxy.
I added to my environment variables. Still not solved.However, I can run the project by go build.
I am expecting that it wouldn't show error messages.