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
Describe the bug
My setup used to work, so when I pressed o to open an MR with GitLab, but since I renamed the remote from origin to a different name, I get this error now.
Additional context
When I run lazygit with -debug in the logs output, I still see lazygit try to use the origin remote name
...
Oct 18 03:36:37 |DEBU| time to get behind base branch values for all branches: 49.980564ms
Oct 18 03:36:40 |DEBU| RunCommand command="git ls-remote --get-url origin"
Oct 18 03:36:40 |INFO| git ls-remote --get-url origin (2.410547ms)
Describe the bug
My setup used to work, so when I pressed
o
to open an MR with GitLab, but since I renamed the remote fromorigin
to a different name, I get this error now.To Reproduce
origin
to something elseo
Expected behavior
The MR url should open in my default browser
Version info:
Additional context
When I run lazygit with
-debug
in the logs output, I still see lazygit try to use the origin remote nameThe text was updated successfully, but these errors were encountered: