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