Skip to content

Can't install following the README #27

Description

@nicola
➜  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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions