Open rabin-io opened 1 month ago
I have the exact same issue and I'm also in the latest version, although in my case i still use origin as the name of remote.
$ git remote -v
origin git@gitlab.foo-bar.com:Company/Team/Project.git (fetch)
origin git@gitlab.foo-bar.com:Company/Team/Project.git (push)
$ lazygit --version
commit=, build date=, build source=homebrew, version=0.44.1, os=darwin, arch=arm64, git version=2.47.0
There's problem. We have hardcoded "origin" :D
I try fix this :)
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 name