githubnemo / CompileDaemon

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

error obtaining VCS status: exit status 128 #89

Closed rngallen closed 1 year ago

rngallen commented 1 year ago

Am using go 1.19 on windows running CompileDaemon -command="directory" raise an error error obtaining VCS status

rngallen commented 1 year ago

Resolved by adding -buildvcs=false on build as CompileDaemon -command="./fuel" -build="go build -buildvcs=false"