-
Notifications
You must be signed in to change notification settings - Fork 42
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 github.com/Yash-Handa/logo-ls@latest
fails
#26
Comments
Also I couldn't even clone the repo properly on mac, since the file name collisions lead to an error. I guess that is only working on linux then. |
I've created a fork to enable the |
Same issue here |
@wasi-master yeah well sadly @Yash-Handa hasn't replied so I guess this won't be fixed anymore 👀 |
Hi there,
So I was trying to install logo-ls on my machine.
Since go1.16
go install <package>@latest
is the default why to install go tools from a remote repo (see here).When trying to do that with your project I get the following error:
I guess the issue comes from zip not being case sensitive. It would be great if you could rename the test files to allow the
go install
way since that is much easier than cloning & building manually as long as homebrew support is not there.The text was updated successfully, but these errors were encountered: