Skip to content
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

编译了三次都失败了,显示以下内容,请问是什么原因? #1272

Closed
heroareslx opened this issue May 5, 2019 · 8 comments
Closed

Comments

@heroareslx
Copy link

heroareslx commented May 5, 2019

似乎是无法连接到216.239.37.1服务器,我已经开了全局翻墙

go: golang.org/x/[email protected]: unrecognized import path "golang.org/x/net" (https fetch: Get https://golang.org/x/net?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
go: golang.org/x/[email protected]: unrecognized import path "golang.org/x/crypto" (https fetch: Get https://golang.org/x/crypto?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
go: error loading module requirements

Building targets
Fetching https://golang.org/x/crypto?go-get=1
Fetching https://golang.org/x/net?go-get=1
https fetch failed: Get https://golang.org/x/crypto?go-get=1: dial tcp 216.239.37.1:443: i/o timeout
https fetch failed: Get https://golang.org/x/net?go-get=1: dial tcp 216.239.37.1:443: i/o timeout
go: golang.org/x/[email protected]: unrecognized import path "golang.org/x/net" (https fetch: Get https://golang.org/x/net?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
go: golang.org/x/[email protected]: unrecognized import path "golang.org/x/crypto" (https fetch: Get https://golang.org/x/crypto?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
go: error loading module requirements

Cleaning module download cache (golang/go#27455)
go: golang.org/x/[email protected]: unrecognized import path "golang.org/x/net" (https fetch: Get https://golang.org/x/net?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
go: golang.org/x/[email protected]: unrecognized import path "golang.org/x/crypto" (https fetch: Get https://golang.org/x/crypto?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
go: error loading module requirements

make[3]: *** [/home/heroares/lede/build_dir/target-x86_64_musl/frp-0.26.0/.built] Error 1
make[3]: Leaving directory /home/heroares/lede/package/lean/frpc' time: package/lean/frpc/compile#0.02#0.02#90.10 make[2]: *** [package/lean/frpc/compile] Error 2 make[2]: Leaving directory /home/heroares/lede'
make[1]: *** [/home/heroares/lede/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/heroares/lede'
make: *** [world] Error 2

@zxlhhyccc
Copy link
Contributor

需要在路由里设置,而且是SSR全局

@Zxilly
Copy link

Zxilly commented May 6, 2019

使用proxychain试试

@tsasan
Copy link

tsasan commented May 7, 2019

我用的ssr-local+privoxy,实现ubuntu全局,成功编译。但是各项功能尚未完全成功。

@jxph1123
Copy link

我也是卡在这里,怎么都不行,也翻了

@whc2001
Copy link
Contributor

whc2001 commented May 14, 2019

似乎是这个页面失效了,浏览器打开会提示跳转
暂时解决方法是使用goproxy,我这边可以成功
终端执行如下命令(可加入.bashrc)后再次尝试编译:
export GOPROXY=https://goproxy.io

@peterwjp2017
Copy link
Contributor

先make download
再make V=99

@82kg
Copy link

82kg commented Jul 4, 2019

似乎是这个页面失效了,浏览器打开会提示跳转
暂时解决方法是使用goproxy,我这边可以成功
终端执行如下命令(可加入.bashrc)后再次尝试编译:
export GOPROXY=https://goproxy.io

有用,谢谢

@will-cxydiary
Copy link

似乎是这个页面失效了,浏览器打开会提示跳转
暂时解决方法是使用goproxy,我这边可以成功
终端执行如下命令(可加入.bashrc)后再次尝试编译:
export GOPROXY=https://goproxy.io

有用谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants