You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to download from a public repository that clones via https without authentication on the CLI, nextflow complains that it needs a private token.
When trying to download from a public repository that clones via https without authentication on the CLI, nextflow complains that it needs a private token.
See
nextflow/src/main/groovy/nextflow/scm/GitlabRepositoryProvider.groovy
Line 48 in 467c7a4