You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go: github.com/libgit2/git2go/v33@v33.0.9: parsing git2go/go.mod: open /gitqlite/git2go/go.mod: no such file or directory
make: *** [Makefile:59: build] Error 1
The command '/bin/sh -c cd / && git clone https://github.com/augmentable-dev/gitqlite.git && cd /gitqlite && make build' returned a non-zero code: 2
Please take a look and let me know how to proceed with the same.
The text was updated successfully, but these errors were encountered:
I'm trying to build the binaries within Docker. While building, getting errors. The below-mentioned Docker file is used.
FROM golang:1.14
RUN cd / &&
git clone https://github.com/augmentable-dev/gitqlite.git &&
cd /gitqlite &&
make build
The error message is:
go: github.com/libgit2/git2go/v33@v33.0.9: parsing git2go/go.mod: open /gitqlite/git2go/go.mod: no such file or directory
make: *** [Makefile:59: build] Error 1
The command '/bin/sh -c cd / && git clone https://github.com/augmentable-dev/gitqlite.git && cd /gitqlite && make build' returned a non-zero code: 2
Please take a look and let me know how to proceed with the same.
The text was updated successfully, but these errors were encountered: