在goland开发工具启动经常会报http://golang.org/x/text?go-get=1等golang.org域名不可访问问题。
The following issues were found in Gopkg.toml: ✗ unable to deduce repository and source type for "golang.org/x/text": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://golang.org/x/text?go-get=1": Get http://golang.org/x/text?go-get=1: dial tcp 216.239.37.1:80: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ProjectRoot name validation failed
本文详细解析了在使用Goland开发工具过程中遇到的golang.org域名不可访问的问题,并提供了具体的错误信息,帮助开发者理解问题根源及可能的解决方案。
965





