~/lxdev$ **make deps
go get github.com/gobuffalo/release: open /usr/local/go/bin/release: permission denied
Makefile:25: recipe for target 'deps' failed
make: * [deps] Error 1
Note: I am not a GO programmer at all but I installed GO fine and ran some test builds with it (ie hello) just to check that it compiled okay and "hello" ran ok so I know GO is okay I think.
I did check: github.com/gobuffalo
and there is a "release" folder there?
Brian
I finally got around to trying to install lxdev my system: ubuntu 18.04 lxd v3.9 go version go1.11.5 linux/amd64
So I followed your github Install steps:
git clone https://github.com/bketelsen/lxdev cd ~/lxdev make deps
~/lxdev$ **make deps go get github.com/gobuffalo/release: open /usr/local/go/bin/release: permission denied Makefile:25: recipe for target 'deps' failed make: * [deps] Error 1
Note: I am not a GO programmer at all but I installed GO fine and ran some test builds with it (ie hello) just to check that it compiled okay and "hello" ran ok so I know GO is okay I think.
I did check: github.com/gobuffalo and there is a "release" folder there?
Any idea what I am doing wrong thanks brian