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 was archived by the owner on Feb 3, 2023. It is now read-only.
bugfix - do not resolve remote nick if it contains "/"
A user can set their upstream during a push by using the full URL
and adding --set-upstream. This adds a config value and bypasses all
the existing remote lookup checks in libgit2. This means an error
occurs when trying to resolve the URL to a remote nick.
We should return a null remote here. This might also be necessary to
fix in libgit2, but for now i'm just yoloing things.
0 commit comments