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
jj git clone <ssh-clone-link> or jj git clone --colocate <ssh-clone-link>
Expected Behavior
The repo would be cloned.
Actual Behavior
Error: authentication required but no callback set; class=Ssh (23); code=Auth (-16)
Hint: Jujutsu uses libssh2, which doesn't respect ~/.ssh/config. Does `ssh -F /dev/null` to the host work?
Specifications
Platform: macOS 15.2
Version: jj 0.25.0
The text was updated successfully, but these errors were encountered:
heygarrett
changed the title
unabled to to clone public GitLab repos using ssh
unabled to to clone public GitLab repos using SSH
Jan 25, 2025
Description
I get an SSH authentication error when attempting to clone a public repo from GitLab (I've tried multiple repos):
I am using 1Password as my SSH agent, and I am able to clone from GitHub, as well as a private, hosted GitLab instance, without issue.
Steps to Reproduce the Problem
jj git clone <ssh-clone-link>
orjj git clone --colocate <ssh-clone-link>
Expected Behavior
The repo would be cloned.
Actual Behavior
Specifications
The text was updated successfully, but these errors were encountered: