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
We need to decide what level of SSH support we're going to have for the first major release:
Full - loading keys in ssh-agent, doing auth with it, etc, on all OSs (haha)
Partial - Falling to alternate https remotes if the current remote is ssh and doing all git operations over those alternate remotes
Minimal - Making sure we don't crash if the repo has an ssh remote. We trust that any git operations will work and won't actively engage in authentication or other key handling of any kind. Make sure all codepaths do not assume https
The text was updated successfully, but these errors were encountered:
We need to decide what level of SSH support we're going to have for the first major release:
The text was updated successfully, but these errors were encountered: