helm-push icon indicating copy to clipboard operation
helm-push copied to clipboard

Installation fails on windows 10

Open myeashion opened this issue 7 years ago • 9 comments

We have to run helm on windows 10. After install helm client using helm-v2.12.0-windows-amd64.zip, I use helm plugin install command to install helm-push but failed. The error as follows: C:\WINDOWS\system32>helm plugin install https://github.com/chartmuseum/helm-push Error: exec: "sh": executable file not found in %PATH%

It seem that helm-push plugin does not support windows. Wish you response, thanks.

myeashion avatar Dec 19 '18 03:12 myeashion

Hello @myeashion did you manage to solve or walkaround this problem (I got same error in Windows 7)

yuriy-slobodchikov avatar Jun 04 '19 12:06 yuriy-slobodchikov

Try running the command in 'git bash'

KathigitAnguras avatar Jun 12 '19 08:06 KathigitAnguras

Try running the command in 'git bash'

Marked it as solution please! Thanks.

btungut avatar Oct 14 '19 20:10 btungut

Hello @myeashion did you manage to solve or walkaround this problem (I got same error in Windows 10)

BingoTrush avatar Mar 31 '20 06:03 BingoTrush

Hello, I'm facing the same problem, any help, please. I did execute it in git bash but got the same error

syrine10 avatar May 25 '20 15:05 syrine10

'git bash' can solve.

leow1986 avatar Aug 27 '20 13:08 leow1986

While installing it using git-bash works, would it be possible to look into a solution that could run in pwsh possibly as well for Windows?

daedalus-codes avatar Mar 03 '22 19:03 daedalus-codes

I am getting this error after installing in git bash.

$ helm plugin install https://github.com/chartmuseum/helm-push sh: line 0: cd: too many arguments sh: scripts/install_plugin.sh: No such file or directory Error: plugin install hook for "cm-push" exited with error

shakunt1202 avatar May 06 '22 17:05 shakunt1202

I am getting this error after installing in git bash.

$ helm plugin install https://github.com/chartmuseum/helm-push sh: line 0: cd: too many arguments sh: scripts/install_plugin.sh: No such file or directory Error: plugin install hook for "cm-push" exited with error

I just wanna share my solution if anyone encounter the same issue.

It said that sh: line 0: cd: too many arguments, very likely due to my User profile name is "Dita Larasati" (there is space in between).

I solved it by adjusting the command value in plugin.yaml inside helm-push folder, simply just use absolute directory and use the alias /DitaLa~1/ instead of /Dita Larasati/.

ditaisyiyah avatar Jan 25 '23 09:01 ditaisyiyah