Go Get Always Fails

0

Whenever I try to get an repository with go cli just like:

go get github.com/sausheong/invadersapp

Go fails like:

go build github.com/disintegration/gift: write /tmp/go-build148505549/b032/importcfg: no space left on device
go build github.com/hajimehoshi/oto/internal/mux: write /tmp/go-build148505549/b041/importcfg: no space left on device
go build github.com/faiface/beep: write /tmp/go-build148505549/b039/importcfg: no space left on device
go build github.com/pkg/errors: write /tmp/go-build148505549/b043/importcfg: no space left on device
go build golang.org/x/image/math/fixed: write /tmp/go-build148505549/b061/importcfg: no space left on device
# github.com/zserge/webview
write /tmp/cgo-gcc-input-402234395.c: no space left on device

I am sure there is lots of space (230GB) but it says "no space left".

lvlzyro

Posted 2019-04-12T20:23:49.327

Reputation: 23

No answers