Open mark-gerarts opened 1 month ago
@pditommaso should this work? I thought SSH transport was not supported but I don't remember why
Nope, only https transport is supported. Don't remember the exact reason
Thanks for the swift response! If it's not supported that's fine, I'll have to switch to https then. This does make local development a bit more cumbersome, since every git submodule update
then prompts for username + PAT authentication instead of simply using SSH keys.
Bug report
Expected behavior and actual behavior
I am trying to run a pipeline that is defined in a private Github repository. The pipeline has a git submodule that is also private. I run it like this (with my SCM credentials in
~/.nextflow/scm
):Which outputs the following:
Steps to reproduce the problem
Not possible to provide a repo/script since the repositories are private, unfortunately.
Program output
The
.nextflow.log
file reveals the following error message:Environment