-
Notifications
You must be signed in to change notification settings - Fork 170
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
Install of cm-push fails on Windows 11 #133
Comments
Hey, @pcgeek86, I am going to look into this. Thank you for letting us know |
Please after investigation @pcgeek86 , I can see that it works well on windows 11. I have tested it on my end. My suggestion is that you upgrade helm and try again. Thank you C:\Users\vagrant>helm version
version.BuildInfo{Version:"v3.8.0", GitCommit:"d14138609b01886f544b2025f5000351c9eb092e", GitTreeState:"clean", GoVersion:"go1.17.5"} |
Hello, Please use git bash to do this, I am not certain why it doesn't work but try doing the same thing from Git bash |
I hit this issue too, the easiest way to solve it is: set PATH=%ProgramFiles%\Git\bin;%PATH%
helm plugin uninstall cm-push
helm plugin install https://github.com/chartmuseum/helm-push The issue is that often the Hope this helps. |
This workaround worked for me |
I can't successfully install this plugin on Windows 11. See errors below.
The text was updated successfully, but these errors were encountered: