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

go get -u google.golang.org/grpc i/o timeout #1780

Closed
kingeasternsun opened this issue Jan 4, 2018 · 2 comments
Closed

go get -u google.golang.org/grpc i/o timeout #1780

kingeasternsun opened this issue Jan 4, 2018 · 2 comments

Comments

@kingeasternsun
Copy link

Please answer these questions before submitting your issue.

What version of gRPC are you using?

  the latest

What version of Go are you using (go version)?

1.8

What operating system (Linux, Windows, …) and version?

ubuntu14

What did you do?

If possible, provide a recipe for reproducing the error.

What did you expect to see?

What did you see instead?

for the reason everyone knows, the chinese people can not access google.golang.org, so whether the developers can use https://github.com/grpc/grpc-go to install the pkg

@flisky
Copy link
Contributor

flisky commented Jan 4, 2018

I think it's more appropriate to ask a package manager tool like dep to support this feature.

See their discuss on golang/dep#248

@menghanl
Copy link
Contributor

menghanl commented Jan 4, 2018

Please set up VPN and try again.

Or, do a git clone instead:

git clone https://github.com/grpc/grpc-go.git $GOPATH/src/google.golang.org/grpc

This won't download gRPC's dependencies (and unfortunately, many of the dependencies are hosted on golang.org). So you will need to clone them, too.

@menghanl menghanl closed this as completed Jan 4, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Sep 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants