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
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
🔨 Workaround
Add private SSH key to ssh agent, as suggested in Generating a new SSH key and adding it to the ssh-agent:
ssh-add -K ~/.ssh/id_ed25519
Debugging
If this still does not solve the issue, try connection to that Codespace with SSH, what do you see?
Do you have the
~/.ssh/config
file that references correct identify file?Alternative solution - try disabling extension GUI with the
--gui
option. This will prevent the terminal GUI from colliding with input dialog:sudo gh net start --gui false
Want to delete all SSH keys and passphrases?
Keys:
Passpharases:
Keychain Access
app.ssh
, delete appropriate SSH passphrase entries.The text was updated successfully, but these errors were encountered: