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

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

Open
andyhang1980 opened this issue Oct 15, 2022 · 2 comments
Open

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

andyhang1980 opened this issue Oct 15, 2022 · 2 comments

Comments

@andyhang1980
Copy link

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
Copy link

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

@FreeGirlFriend
Copy link

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

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

3 participants