-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
make deps not work. #240
Comments
Hm. It may not have been pinned properly. Could you try again? |
Tried many times, got some result. My computer was behind firewall, golang.org was blocked. I installed crypto, net, tools, text by first pull down from github.com. Copy $GOPATH/src/github.com/golang/(crypto, net, tools, text) to $GOPATH/src/golang.org/x/(crypto, net, tools, text). Finally use go install to install these package.
failed with error: "can't load package: package text: no Go files in /usr/local/go/src/text" |
@jerry-sl go tools by default work with |
Is ipfs.io blocked? That's where we try to download gx packages form. |
ipfs.io is not blocked. I try go-libp2p on my mac os x, it worked. |
reuse the same router until we change listeners
The mappings in go-cid were maintained by hand and are invalid. More details in ipfs/go-cid#137 This is switching to go-multicodec which has correct mappings that are generated, not written by hand. Co-authored-by: Daniel Martí <mvdan@mvdan.cc>
follow docments step.
got results:
computer environments:
The text was updated successfully, but these errors were encountered: