No protocol handler for Git+SSH while running helm

613 Views Asked by At

I am trying to run a helmfile command on my local but I keep getting this error:

$ helmfile -f helmfiles/service-api.yaml -e qa diff
Adding repo transaction-api git+ssh://[email protected]/xxx/helm-charts@service-api?ref=v1.2.8&sparse=0
in helmfiles/service-api.yaml: command "C:\\ProgramData\\chocolatey\\bin\\helm.exe" exited with non-zero status:

PATH:
  C:\ProgramData\chocolatey\bin\helm.exe

ARGS:
  0: helm (4 bytes)
  1: repo (4 bytes)
  2: add (3 bytes)
  3: transaction-api (15 bytes)
  4: git+ssh://[email protected]/xxx/helm-charts@service-api?ref=v1.2.8&sparse=0 (96 bytes)
  5: --force-update (14 bytes)

ERROR:
  exit status 1

EXIT STATUS
  1

STDERR:
  Error: could not find protocol handler for: git+ssh

COMBINED OUTPUT:
  Error: could not find protocol handler for: git+ssh

I have unisntalled and reinstalled helm and helmfile on my windows computer but still geting the error. Someone please help

0

There are 0 best solutions below