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 not working unrecognized import path "google.golang.org/grpc" #1959

Closed
tyler2018 opened this issue Apr 1, 2018 · 4 comments
Closed

Comments

@tyler2018
Copy link

Please answer these questions before submitting your issue.

What version of gRPC are you using?

can't install gRPC

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

1.0

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

macos 10.12

What did you do?

If possible, provide a recipe for reproducing the error.
➜ golangProject go get -u google.golang.org/grpc

What did you expect to see?

install done

What did you see instead?

➜ golangProject go get -u google.golang.org/grpc
package google.golang.org/grpc: unrecognized import path "google.golang.org/grpc" (https fetch: Get https://google.golang.org/grpc?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)

@tyler2018
Copy link
Author

go version 1.10

@douglarek
Copy link

douglarek commented Apr 2, 2018

@tyler2018 would you like to f**k the GFW ? yeah, maybe. or you can clone this repo to your $GOPATH/src/google.golang.org/grpc manually.

@menghanl
Copy link
Contributor

menghanl commented Apr 2, 2018

Unfortunately, there is not much we can do here. Please try to set up VPN or do a manual clone as @douglarek suggested.

See also: #1780 (comment)

@menghanl menghanl closed this as completed Apr 2, 2018
@hsaliak hsaliak reopened this Apr 2, 2018
@hsaliak hsaliak closed this as completed Apr 2, 2018
@menghanl
Copy link
Contributor

menghanl commented Apr 3, 2018

The error message does show it's a timeout error:

dial tcp 216.239.37.1:443: i/o timeout

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

4 participants