Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework
https://docs.go-blueprint.dev/
MIT License
5.81k stars 333 forks source link

[Bug] Installation problem #263

Closed alimash76 closed 5 months ago

alimash76 commented 5 months ago

What is the problem?

Following installation documentation on the website, I get the following error:

go: github.com/melkeydev/go-blueprint@latest: module github.com/melkeydev/go-blueprint: Get "https://proxy.golang.org/github.com/melkeydev/go-blueprint/@v/list": proxyconnect tcp: EOF

I'm using go version 1.19.4

Operating System

ubuntu 22.04

Architecture Version (x86, x64, arm, etc)

linux/amd64

Steps to reproduce

go install github.com/melkeydev/go-blueprint@latest

Relevant log output

go: github.com/melkeydev/go-blueprint@latest: module github.com/melkeydev/go-blueprint: Get "https://proxy.golang.org/github.com/melkeydev/go-blueprint/@v/list": proxyconnect tcp: EOF
Ujstor commented 5 months ago

I assume this is a network or proxy issue. Try googling how to solve it. You can always clone the source code and run go build and go install. You can also try installing the newest Go version to see if this solves the issue.