我在脚本构建时,出现报错,内容如下:
go: github.com/stretchr/[email protected]: stream error: stream ID 1; INTERNAL_ERROR; received from peer
这是什么原因呢?我已经全局代理了,这是在 go https 服务器中触发超时了吗?
有没有大佬解答一下 跪求!
我在脚本构建时,出现报错,内容如下:
go: github.com/stretchr/[email protected]: stream error: stream ID 1; INTERNAL_ERROR; received from peer
这是什么原因呢?我已经全局代理了,这是在 go https 服务器中触发超时了吗?
有没有大佬解答一下 跪求!
1
imherer Mar 16, 2022
改下 GOPROXY 试试
|
2
BrettD Mar 16, 2022 via iPhone
全局代理不一定能代理命令行软件
|
3
westoy Mar 16, 2022
我印象里 go get 和 npm 走 socks5 代理是没用的, 得走 https_proxy
|
4
Donahue Mar 16, 2022
搞个软路由吧
|
5
herozzm Mar 16, 2022
也许全局代理对命令行不生效
|
6
totoroyyw Mar 16, 2022
go env -w GOPROXY=https://goproxy.bj.bcebos.com
|
8
ScepterZ Mar 16, 2022
go env -w GOPROXY=https://goproxy.cn,direct
|
12
armyHcz Mar 21, 2022
最近经常有这个问题,过一会就好了,怀疑是墙的问题
|
13
ChangHaoWei Mar 24, 2022
去 goproxy.io 官网看看,她们更新了域名。。我没更新也出现这个问题。
|