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
Hi, I want to access custom gitlab repository to open with browser in gitlab.
After adding the following line (add-to-list 'browse-at-remote-remote-type-regexps '("^gitlab.<custom>.com$" . "gitlab"))
and it's working except that https:// needs to be removed from the website.
So every time I open it remotely, I go to the address-bar and remove https:// manually from the beginning.
Is there a way to automate this?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I want to access custom
gitlab
repository to open with browser ingitlab
.After adding the following line
(add-to-list 'browse-at-remote-remote-type-regexps '("^gitlab.<custom>.com$" . "gitlab"))
and it's working except that
https://
needs to be removed from the website.So every time I open it remotely, I go to the address-bar and remove
https://
manually from the beginning.Is there a way to automate this?
Thanks!
The text was updated successfully, but these errors were encountered: