-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Comments
go version 1.10 |
@tyler2018 would you like to f**k the GFW ? yeah, maybe. or you can clone this repo to your |
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) |
The error message does show it's a timeout error:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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)
The text was updated successfully, but these errors were encountered: