chongshengB / rt-n56u

Padavan
1.74k stars 1.63k forks source link

Failed to connect to gomirrors.org port 443: 拒绝连接 #572

Open andyhang1980 opened 2 years ago

andyhang1980 commented 2 years ago

make -C tools make[1]: 进入目录“/opt/rt-n56u/trunk/tools” mkdir -p /opt/rt-n56u/trunk/tools/go ( if [ ! -f /opt/rt-n56u/trunk/tools/go/go1.15.2.linux-amd64.tar.gz ]; then \ curl --create-dirs -L https://gomirrors.org/dl/go/go1.15.2.linux-amd64.tar.gz -o /opt/rt-n56u/trunk/tools/go/go1.15.2.linux-amd64.tar.gz ; \ fi ) % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to gomirrors.org port 443: 拒绝连接 make[1]: [Makefile:35:go_build] 错误 7 make[1]: 离开目录“/opt/rt-n56u/trunk/tools” make: [Makefile:177:tools] 错误 2

L4564654 commented 1 year ago

把trunk/tool/Makefile里的go语言下载链接换成https://dl.google.com/go/go版本.linux-amd64.tar.gz的

FreeGirlFriend commented 1 year ago

Chage the link in "trunk/tool/makefile" with https://golang.google.cn/dl/go1.15.2.linux-amd64.tar.gz