We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
➜ git-remote-ipld git:(master) make go build -o cmd/git-remote-ipld/git-remote-ipld ./cmd/git-remote-ipld/... core/tracker.go:8:2: cannot find package "github.com/dgraph-io/badger" in any of: /usr/local/go/src/github.com/dgraph-io/badger (from $GOROOT) /Users/nicola/go/src/github.com/dgraph-io/badger (from $GOPATH) core/fetch.go:13:2: cannot find package "github.com/ipfs/go-cid" in any of: /usr/local/go/src/github.com/ipfs/go-cid (from $GOROOT) /Users/nicola/go/src/github.com/ipfs/go-cid (from $GOPATH) core/fetch.go:15:2: cannot find package "github.com/ipfs/go-ipld-git" in any of: /usr/local/go/src/github.com/ipfs/go-ipld-git (from $GOROOT) /Users/nicola/go/src/github.com/ipfs/go-ipld-git (from $GOPATH) core/fetch.go:17:2: cannot find package "github.com/remeh/sizedwaitgroup" in any of: /usr/local/go/src/github.com/remeh/sizedwaitgroup (from $GOROOT) /Users/nicola/go/src/github.com/remeh/sizedwaitgroup (from $GOPATH) core/push.go:19:2: cannot find package "gopkg.in/src-d/go-git.v4" in any of: /usr/local/go/src/gopkg.in/src-d/go-git.v4 (from $GOROOT) /Users/nicola/go/src/gopkg.in/src-d/go-git.v4 (from $GOPATH) core/push.go:20:2: cannot find package "gopkg.in/src-d/go-git.v4/plumbing" in any of: /usr/local/go/src/gopkg.in/src-d/go-git.v4/plumbing (from $GOROOT) /Users/nicola/go/src/gopkg.in/src-d/go-git.v4/plumbing (from $GOPATH) make: *** [all] Error 1 ➜ git-remote-ipld git:(master) make install make: *** No rule to make target `install'. Stop.
The text was updated successfully, but these errors were encountered:
Duplicate of #25
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: