bketelsen / dlx

quick dev environments for linux using LXD. Disposable, composable, simple.
https://dlx.rocks
Other
93 stars 7 forks source link

make deps fails - go get github.com/gobuffalo/release: open /usr/local/go/bin/release: permission denied #9

Closed bmullan closed 5 years ago

bmullan commented 5 years ago

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