-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go install does not work #98
Comments
I suspect the $ git clone https://github.com/git-lfs/lfs-test-server
$ cd lfs-test-server
$ go install github.com/github/lfs-test-server If you feel like submitting a patch to update the |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This worked for me:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: