Skip to content
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

fresh: command not find #117

Open
Liu-Weijie opened this issue Jul 13, 2022 · 4 comments
Open

fresh: command not find #117

Liu-Weijie opened this issue Jul 13, 2022 · 4 comments

Comments

@Liu-Weijie
Copy link

Liu-Weijie commented Jul 13, 2022

I used go get -v -u github.com/pilu/fresh in ubuntu, but when I use fresh, I get the error about command not find.
And I can't see the fresh in go/bin, but I can see the fresh in go/pkg.
Could anyone give me some help to fix this issue?

@sherlockwhite
Copy link

try go install

@Crollster
Copy link

using go install does not make the fresh command work for me. What I ended up having to do was use the full go run command: go run github.com/pilu/fresh

I'm using Windows 11, with Go1.18.4

@Liu-Weijie
Copy link
Author

using go install does not make the fresh command work for me. What I ended up having to do was use the full go run command: go run github.com/pilu/fresh

I'm using Windows 11, with Go1.18.4

Ok, thank you, I will try it.

@MarkSCQ
Copy link

MarkSCQ commented Feb 4, 2023

using go install does not make the fresh command work for me. What I ended up having to do was use the full go run command: go run github.com/pilu/fresh

I'm using Windows 11, with Go1.18.4

It does work!!!!! Thank you!!!!! 🥳🥳🥳🥳🥳🥳🥳🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants