go-flutter-desktop / go-flutter

Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.
https://hover.build/
BSD 3-Clause "New" or "Revised" License
5.85k stars 283 forks source link

go get: module github.com/go-flutter-desktop/hover: Get "https://proxy.golang.org/github.com/go-flutter-desktop/hover/@v/list": dial tcp 142.251.42.241: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. #628

Closed AAAAAApril closed 2 years ago

AAAAAApril commented 2 years ago

image

I want to know how to solve this problem.

pchampio commented 2 years ago

as informed in the readme, please use:

$env:GO111MODULE="on"; go get -u -a github.com/go-flutter-desktop/hover

If you live in China, please read: https://goproxy.cn/

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