Skip to content

Error Installing on windows 10 #515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
AlejandroSoftwareDeveloper opened this issue Feb 11, 2024 · 2 comments
Closed

Error Installing on windows 10 #515

AlejandroSoftwareDeveloper opened this issue Feb 11, 2024 · 2 comments

Comments

@AlejandroSoftwareDeveloper

go install github.com/a-h/templ/cmd/templ@latest
go: downloading github.com/segmentio/encoding v0.3.6
C:\Users\MyUser\go\pkg\mod\github.com\a-h\[email protected]\base.go:9:2: github.com/segmentio/[email protected]: reading https://proxy.golang.org/github.com/segmentio/encoding/@v/v0.3.6.zip: 403 Forbidden

@a-h
Copy link
Owner

a-h commented Feb 11, 2024

Hi, this issue is not really a templ problem, the error is coming from the Go CLI, saying that your machine got a 403 error when downloading a file.

I would suggest download a binary, as per https://templ.guide/quick-start/installation#github-binaries

There are troubleshooting steps to look at in this issue: golang/go#48107

Possible root causes are:

  • Corporate security software blocking access to sites, injecting TLS certificates, or forcing the use of a proxy
  • Temporary downtime on proxy.golang.org

But nothing specific to templ.

@a-h a-h closed this as completed Feb 11, 2024
@AlejandroSoftwareDeveloper
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants