git-remote-ipld
git-remote-ipld copied to clipboard
Can't install following the README
➜ 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.
Duplicate of #25