似乎是无法连接到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
需要在路由里设置,而且是SSR全局
使用proxychain试试
我用的ssr-local+privoxy,实现ubuntu全局,成功编译。但是各项功能尚未完全成功。
我也是卡在这里,怎么都不行,也翻了
似乎是这个页面失效了,浏览器打开会提示跳转
暂时解决方法是使用goproxy,我这边可以成功
终端执行如下命令(可加入.bashrc)后再次尝试编译:
export GOPROXY=https://goproxy.io
先make download
再make V=99
似乎是这个页面失效了,浏览器打开会提示跳转
暂时解决方法是使用goproxy,我这边可以成功
终端执行如下命令(可加入.bashrc)后再次尝试编译:
export GOPROXY=https://goproxy.io
有用,谢谢
似乎是这个页面失效了,浏览器打开会提示跳转
暂时解决方法是使用goproxy,我这边可以成功
终端执行如下命令(可加入.bashrc)后再次尝试编译:
export GOPROXY=https://goproxy.io
有用谢谢
Most helpful comment
似乎是这个页面失效了,浏览器打开会提示跳转
暂时解决方法是使用goproxy,我这边可以成功
终端执行如下命令(可加入.bashrc)后再次尝试编译:
export GOPROXY=https://goproxy.io