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 [email protected]:St0wy/Learn-Direct3D-11.git
Fetching into new repo in "\\?\C:\dev\odin\Learn-Direct3D-11"
Error: failed to authenticate SSH session: ; class=Ssh (23)
Hint: Jujutsu uses libssh2, which doesn't respect ~/.ssh/config. Does `ssh -F /dev/null` to the host work?
I have an RSA key setup that works with git clone.
ssh -F /dev/null [email protected]
PTY allocation request failed on channel 0
Hi St0wy! You've successfully authenticated, but GitHub does not provide shell access.
Enabling debug output seems to show that it found the key, maybe it's the username part that is wrong ?
Description
When cloning I get :
I have an RSA key setup that works with git clone.
ssh -F /dev/null [email protected]
also seems to work.Enabling debug output seems to show that it found the key, maybe it's the username part that is wrong ?
Steps to Reproduce the Problem
Expected Behavior
Should clone the repo without error.
Actual Behavior
Can't clone the repo.
Specifications
The text was updated successfully, but these errors were encountered: