Closed campoy closed 6 years ago
I guess you are compiling from source code instead of using a binary from release page, right?
To do that, right now you need to add a special flag when building, to make go-git compatible with filesystems that only allows read or write, not both at the same time (in this case we are using go-billy-siva as filesystem):
We are preparing a PR to avoid that on go-git: https://github.com/src-d/go-git/pull/864
I'll close as duplicated of src-d/go-git#864 then
After installing borges in a brand new VM
borges pack
fails with therepos.txt
below:Below the logs:
It seems like the error fails while trying to push the siva file to
https://github.com/src-d/borges
? Am I holding this wrong?