You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~ go install github.com/github/lfs-test-server
cannot find package "github.com/github/lfs-test-server" in any of:
/usr/local/Cellar/go/1.15/libexec/src/github.com/github/lfs-test-server (from $GOROOT)
/Users/me/go/src/github.com/github/lfs-test-server (from $GOPATH)
~ go get github.com/github/lfs-test-server
~ go install github.com/github/lfs-test-server
This is on Mac with Go installed from Brew. I reckon just change the readme to do go get followed by go install in every case. The readme currently seems to suggest that go install will download a binary, but I'm pretty sure Go always builds from source. It only takes a second anyway so there's not much reason not to build from source.
The text was updated successfully, but these errors were encountered:
I'm not sure why but:
This is on Mac with Go installed from Brew. I reckon just change the readme to do
go get
followed bygo install
in every case. The readme currently seems to suggest thatgo install
will download a binary, but I'm pretty sure Go always builds from source. It only takes a second anyway so there's not much reason not to build from source.The text was updated successfully, but these errors were encountered: