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 discovering the upstream repository from the git config, the remotes section is used. However only the git over ssh scheme is supported (e.g. [email protected]:someone/project.git). It would be ideal to support more schemes here (such as https which is very common).
When discovering the upstream repository from the git config, the remotes section is used. However only the git over ssh scheme is supported (e.g.
[email protected]:someone/project.git
). It would be ideal to support more schemes here (such ashttps
which is very common).See https://git-scm.com/docs/git-fetch#_git_urls for example input schemes that could be supported
The text was updated successfully, but these errors were encountered: