1. ホーム
  2. Golang

コネクテックスを取得します。接続相手が適切に応答しなかったため、接続の試行に失敗しました。

2022-02-22 09:37:26
<パス

このスクリーンショットの問題は、今日、次のようなときに発生しました。

go: finding module for package github.com/Sirupsen/logrus
csphere-test/my-log imports
        github.com/Sirupsen/logrus: module github.com/Sirupsen/logrus: Get "https://proxy.golang.org/github.com/%21sirupsen/logrus/@v/ list": dial tcp 172.217.160.81:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.


これは大壁問題で、プロキシを設定するだけで、7頭の牛の プロキシ は、以下のように設定されています。

go env -w GOPROXY=https://goproxy.cn


<イグ