-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我设置了GOPROXY为goproxy.cn后,go get 下载gorm出现依赖下载404 #25
Comments
你好,这是一个 bug,原因是 jcmturner/rpc 这个模块的作者事先发布了 v1.1.1 版本,接着被模块代理给缓存了,然后作者又删除了它才导致的这个错误发生,我们正在协商修复当中,具体请看 golang/go#34141 在这个 bug 被修复之前,暂时的解决办法是更新时忽略掉这个模块,如果你是 Go 1.13 的话可以将 GOPROXY 设置为 |
不好意思,发错 issue 了,应该是这个:golang/go#34033 |
没事 我的问题也帮忙看一下吧 哈哈哈 |
我的意思是我引用错 issue 了,我最上面回答的内容就是针对你的这个问题的。😅 |
你好,当前这个 Bug 已经被修复了,所以我就关闭这个 Issue 了哈,如果有后续问题可以继续反馈。😊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在公司因为公司网可以直接翻墙,将GOPROXY设置为空后,下载就正常了。
帮忙看一下是什么问题吧~
3Q~
The text was updated successfully, but these errors were encountered: