githubnemo / CompileDaemon

Very simple compile daemon for Go
BSD 2-Clause "Simplified" License
1.61k stars 153 forks source link

CompileDaemon is not installing on LinuxMint Machines #55

Open irrefl opened 3 years ago

irrefl commented 3 years ago

u@u-pc:~/Documents/Proyectos/GoApps$ go get github.com/githubnemo/CompileDaemon

cd /home/u/go/src/golang.org/x/sys; git pull --ff-only

fatal: unable to open .git/objects/pack/tmp_pack_3iLUeQ: No such file or directory fatal: index-pack failed package golang.org/x/sys/unix: exit status 1

githubnemo commented 3 years ago

Hi, sorry but I think this is not related to this package but to your setup.

Tanvirul-swe commented 12 months ago

I am facing the same problem. And I solved this issue just by following a few steps. Note: All commands pushed in your project directory

1 . go get github.com/githubnemo/CompileDaemon

  1. go install github.com/githubnemo/CompileDaemon Now I can use CompileDaemon run CompileDaemon