You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: