git-remote-ipld icon indicating copy to clipboard operation
git-remote-ipld copied to clipboard

Results 23 git-remote-ipld issues
Sort by recently updated
recently updated
newest added

when i run `go get github.com/ipfs-shipyard/git-remote-ipld` i get ``` No version is set for command go Consider adding one of the following versions in your config file at golang 1.17.9...

running --set-upstream on a random repo is causing a sigsegv. Like #23 but in my case under Arch Linux. ``` $ git push --set-upstream ipld:// master 2021/01/25 11:51:11 Replaying from...

kind/bug
help wanted

Hello. Is there way to specify and use custom IPFS (non-public) cluster? Thank you in advance for your reply.

Hi, the push command work perfectly under mac/os and crash under ubuntu. git push --set-upstream ipld:// master < capabilities > push > fetch > < list for-push panic: runtime error:...

Correct me if I'm wrong but shouldn't be the go get link be something like this: ` github.com/ipfs-shipyard/git-remote-ipld` and not `github.com/magik6k/git-remote-ipld` ?

it looks like the whole install procedure has changed in the last commit, but the README was not updated. I am a go newb, and can't figure out myself how...

"You don't have git IPFS plugin properly installed, see step 5 of installation." In the diff, I saw > 5. You will need IPFS with Git plugin installed, see https://github.com/ipfs/go-ipfs/blob/master/docs/plugins.md

``` ➜ 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...

This PR fixes #12 by splitting large objects into a header and raw data which are individually hashed then patched together for the lobj hash. I kept a fallback to...