question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error go get pulsar: fatal: unable to access 'https://gopkg.in/natefinch/lumberjack.v2/'

See original GitHub issue

Describe 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:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
skyrocknrollcommented, Mar 22, 2019

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/

0reactions
fananchongcommented, Mar 25, 2019

I execute sudo ldconfig , now it’s working.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found