joho / godotenv

A Go port of Ruby's dotenv library (Loads environment variables from .env files)
http://godoc.org/github.com/joho/godotenv
MIT License
8.49k stars 405 forks source link

There was a problem using the command "go install github.com/joho/godotenv/cmd/godotenv@latest" #220

Closed peqing6888 closed 11 months ago

peqing6888 commented 11 months ago

Hi, I'm having trouble with the following command, please tell me how to fix it, thank you very much! apple@MacBook-Pro-2 rss-aggregator % go version go version go1.20.12 darwin/amd64 apple@MacBook-Pro-2 rss-aggregator % go install github.com/joho/godotenv/cmd/godotenv@latest go: github.com/joho/godotenv/cmd/godotenv@latest: module github.com/joho/godotenv/cmd/godotenv: Get "https://proxy.golang.org/github.com/joho/godotenv/cmd/godotenv/@v/list": dial tcp 172.217.25.17:443: i/o timeout

joho commented 11 months ago

This looks like a network issue either

I can't help with any of the above sorry