[GH-ISSUE #2437] run ./package.sh occur error #1937

Closed
opened 2026-05-05 13:14:53 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @Lim-LinYuanbo on GitHub (Jun 6, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2437

[REQUIRED] What operating system and processor architecture are you using
OS:Ubuntu 20.04.1 LTS
CPU architecture:x86_64

[REQUIRED] description of errors

source code branch&&version:

$ git branch
* dev

$ git log -n 3
commit 56925961dfec84e0b34d37934774b1802a1763a3 (HEAD -> dev, origin/dev, origin/HEAD)
Author: ztz 
Date:   Fri Jun 4 11:21:52 2021 +0800

    Typo: josn => json (#2429)

commit 23939238701df9958c5c4d6207dc9ceb01264743
Author: fatedier 
Date:   Thu Jun 3 00:56:07 2021 +0800

    update build image go version

commit 5f594e9a7112fd23003e7f31d39ab0e5f404af88
Author: fatedier 
Date:   Thu Jun 3 00:44:33 2021 +0800

    fix goreleaser

error log:

$ ./package.sh
go fmt ./...
go: github.com/armon/go-socks5@v0.0.0-20160902184237-e75332964ef5: Get "https://proxy.golang.org/github.com/armon/go-socks5/@v/v0.0.0-20160902184237-e75332964ef5.mod": dial tcp 172.217.24.17:443: i/o timeout
make: *** [Makefile:20: fmt] Error 1
make error
Originally created by @Lim-LinYuanbo on GitHub (Jun 6, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2437 **[REQUIRED] What operating system and processor architecture are you using** OS:Ubuntu 20.04.1 LTS CPU architecture:x86_64 **[REQUIRED] description of errors** **source code branch&&version:** <pre> $ git branch * dev $ git log -n 3 commit 56925961dfec84e0b34d37934774b1802a1763a3 (HEAD -> dev, origin/dev, origin/HEAD) Author: ztz <zt2@users.noreply.github.com> Date: Fri Jun 4 11:21:52 2021 +0800 Typo: josn => json (#2429) commit 23939238701df9958c5c4d6207dc9ceb01264743 Author: fatedier <fatedier@gmail.com> Date: Thu Jun 3 00:56:07 2021 +0800 update build image go version commit 5f594e9a7112fd23003e7f31d39ab0e5f404af88 Author: fatedier <fatedier@gmail.com> Date: Thu Jun 3 00:44:33 2021 +0800 fix goreleaser </pre> **error log:** <pre> $ ./package.sh go fmt ./... go: github.com/armon/go-socks5@v0.0.0-20160902184237-e75332964ef5: Get "https://proxy.golang.org/github.com/armon/go-socks5/@v/v0.0.0-20160902184237-e75332964ef5.mod": dial tcp 172.217.24.17:443: i/o timeout make: *** [Makefile:20: fmt] Error 1 make error </pre>
gitea-mirror 2026-05-05 13:14:53 -06:00
Author
Owner

@fatedier commented on GitHub (Jun 8, 2021):

Try to find a goproxy to download go packages.

<!-- gh-comment-id:856857969 --> @fatedier commented on GitHub (Jun 8, 2021): Try to find a goproxy to download go packages.
Author
Owner

@github-actions[bot] commented on GitHub (Jul 24, 2021):

Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.

<!-- gh-comment-id:885974345 --> @github-actions[bot] commented on GitHub (Jul 24, 2021): Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.
Author
Owner

@Lim-LinYuanbo commented on GitHub (Jul 28, 2021):

Try to find a goproxy to download go packages.

thx for your help

It can be installed normally.

refer to:https://goproxy.cn/

<!-- gh-comment-id:888251551 --> @Lim-LinYuanbo commented on GitHub (Jul 28, 2021): > Try to find a goproxy to download go packages. thx for your help It can be installed normally. refer to:[https://goproxy.cn/](url)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1937
No description provided.