goc icon indicating copy to clipboard operation
goc copied to clipboard

FATA Fail to build: fail to execute: [/bin/bash -c go build -o /git/projectdemo/tool .], err: exit status 1

Open debbyzang opened this issue 2 years ago • 1 comments

step1 :goc server
step2: goc build.

then got error :FATA Fail to build

[root@localhost projectdemo]# goc build . no Go files in /tmp/goc-build-52be089fc042 FATA Fail to build: fail to execute: [/bin/bash -c go build -o /git/projectdemo/tool .], err: exit status 1

debbyzang avatar Sep 20 '22 06:09 debbyzang

Hi @debbyzang, you could use go build . to check what's happening in your environment.

CarlJi avatar Sep 22 '22 02:09 CarlJi