Error go get pulsar: fatal: unable to access 'https://gopkg.in/natefinch/lumberjack.v2/'
See original GitHub issueDescribe the bug I executed the command:
go get -u github.com/apache/pulsar/pulsar-client-go/pulsar
Output:
fatal: unable to access 'https://gopkg.in/natefinch/lumberjack.v2/': Operation timed out after 300015 milliseconds with 0 out of 0 bytes received
package gopkg.in/natefinch/lumberjack.v2: exit status 1
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Pulsar Go client
You can get the pulsar library by using go get or use it with go module . ... Fatalf("Could not instantiate Pulsar client:...
Read more >How to resolve "git pull,fatal: unable to access 'https://github ...
I was stuck in this problem until I noticed that I was not logged into my VPN. If you have configured your proxy...
Read more >pulsar - Go Packages
NewDefaultRouter set the message routing mode for the partitioned producer. Default routing mode is round-robin routing if no partition key ...
Read more >Is gopkg.in down again? : r/golang - Reddit
go : finding github.com/russross/blackfriday/v2 v2.0.1 54 ... forever cache a failed get, latest for that module seems to be gopkg.in/yaml.v3 ...
Read more >How to use private repositories with Go modules - Erwin van Eyk
Similar to other tooling in the Go ecosystem, like go fmt for code ... status 128: fatal: could not read Username for 'https://github.com': ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You need to install pulsar c++ client package. Go client is a wrapper on top of c++ client https://pulsar.apache.org/docs/latest/clients/Cpp/
I execute
sudo ldconfig
, now it’s working.