-
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
go mod download 404 Not Found github.com/aliyun/aliyun-oss-go-sdk v2.0.2 #24
Comments
添加 https://goproxy.cn,direct 后没有问题,问题和 #25 一样。 |
你好,你这个跟 #25 不属于同一类,你这个是健康的 404 结果,因为它的确不存在,你应该用的包其实是这个 repo 下的一个子文件夹,也就是
事实上,很多其他的模块代理就这一类场景会正常响应一个 |
之前项目go.mod 是这样配置里面配置 github.com/aliyun/aliyun-oss-go-sdk v2.0.0+incompatible 是没问题的,可以把包拉下来; 这次使用 github.com/aliyun/aliyun-oss-go-sdk v2.0.2+incompatible 或者 github.com/aliyun/aliyun-oss-go-sdk/oss v2.0.2 都会报 404 。 配置代理 https://goproxy.cn,direct 后 github.com/aliyun/aliyun-oss-go-sdk v2.0.0+incompatible 能正常下载包。 |
这个问题似乎已经得到了解决,所以我就先关闭这个 Issue 了,如果还有问题欢迎随时提问,我会尽快响应的~😊 |
➜ chat git:(master) ✗ go mod download
go: finding github.com/aliyun/aliyun-oss-go-sdk v2.0.2
go: errors parsing go.mod:
/Users/mengyueping/go/my-demo/src/chat/go.mod:6: require github.com/aliyun/aliyun-oss-go-sdk: reading https://goproxy.cn/github.com/aliyun/aliyun-oss-go-sdk/@v/v2.0.2.info: 404 Not Found
The text was updated successfully, but these errors were encountered: