git via ssh in idf_component.yml
Posted: Thu Oct 02, 2025 5:55 am
Can anyone tell me if idf_component.yml supports dependencies in a git repository that is only accessible via ssh? I see in the examples either local git repositories or http repositories. I tried specifying a repo using the syntax ssh://user@host/repository, but that gives me the following error:
Thanks
I tried various other possibilities, but got various other generic errors. This looked the most promising, but I still can't tell if it's expecting a different format or if it's just not supported.ERROR: 'git ls-remote --exit-code origin HEAD' failed with exit code 2
Thanks