Skip to content
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

Address not found #4

Open
chenbingao opened this issue Aug 5, 2020 · 1 comment
Open

Address not found #4

chenbingao opened this issue Aug 5, 2020 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@chenbingao
Copy link

~ go get github.com/kataras/iris-cli
unrecognized import path "golang.org/x/sys/unix": https fetch: Get "https://golang.org/x/sys/unix?go-get=1": dial tcp 216.239.37.1:443: i/o timeout
unrecognized import path "golang.org/x/sync/errgroup": https fetch: Get "https://golang.org/x/sync/errgroup?go-get=1": dial tcp 216.239.37.1:443: i/o timeout
unrecognized import path "golang.org/x/crypto/openpgp": https fetch: Get "https://golang.org/x/crypto/openpgp?go-get=1": dial tcp 216.239.37.1:443: i/o timeout
unrecognized import path "golang.org/x/net/context": https fetch: Get "https://golang.org/x/net/context?go-get=1": dial tcp 216.239.37.1:443: i/o timeout
unrecognized import path "golang.org/x/crypto/ssh/agent": https fetch: Get "https://golang.org/x/crypto/ssh/agent?go-get=1": dial tcp 216.239.37.1:443: i/o timeout
unrecognized import path "golang.org/x/crypto/ssh": https fetch: Get "https://golang.org/x/crypto/ssh?go-get=1": dial tcp 216.239.37.1:443: i/o timeout
unrecognized import path "golang.org/x/crypto/ssh/knownhosts": https fetch: Get "https://golang.org/x/crypto/ssh/knownhosts?go-get=1": dial tcp 216.239.37.1:443: i/o timeout
unrecognized import path "golang.org/x/net/proxy": https fetch: Get "https://golang.org/x/net/proxy?go-get=1": dial tcp 216.239.37.1:443: i/o timeout

@chenbingao chenbingao changed the title new address = https://godoc.org/golang.org/x/.... Address not found Aug 5, 2020
@kataras
Copy link
Owner

kataras commented Aug 5, 2020

@chenbingao you probably have issues downloading from golang.org, are you behind a proxy? If so, you should change the GOPROXY environment. Open your command line interface and execute the following:

go env -w GOPROXY=https://goproxy.cn,https://gocenter.io,https://goproxy.io,direct
go get -u github.com/kataras/iris-cli

When the installation completed, try run an example on an empty directory: iris-cli new --proxy=env --module=iristest basic or iris-cli new --proxy=119.28.233.135:8080 --module=iristest basic.

Please don't foreget to follow & star the project to stay up-to-date.

@kataras kataras added the question Further information is requested label Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants