Zadkiel AHARONIAN

Results 242 comments of Zadkiel AHARONIAN

This should now be fixed with https://github.com/aslafy-z/helm-git/releases/tag/v0.11.2. Can you have a try? Edit: It's in fact fixed by v0.11.3 (#215) Closing this issue.

I have no windows system to try this on. Can you enable debugging with `export HELM_GIT_DEBUG=1` and post the output? Thanks

Thanks for taking time to work on this. Is debugging enabled?

Can you try with the following build (with debug enabled): #133 I added some logs to try to nail the issue

I think you may need to quote the `%4` in your bat file.

@sajjad-shirazy Any updates?

#122 might fix your issue. Can you have a try? Thanks

Are these error still showing with Helm Git latest release? @quulah your fetch is not valid, you must use `helm fetch "git+https://github.com/Requarks/wiki@dev/helm/index.yaml?ref=main"` or `helm fetch "git+https://github.com/Requarks/wiki@dev/helm/wiki-2.2.0.tgz?ref=main"`

All tests passes with 3.4.0 on my side, see https://github.com/aslafy-z/helm-git/pull/216. Closing this issue for now on. Feel free to re-open if you need so.

Thank you for reporting! I have to push an update that checkout the whole repo if the branch is not master. Haven't found any other way to reference a path...