Hey, when I click on the button "Remote", the remote repository opens in the default browser. But the URL seems to be slightly incorrect.
My remote URL is: https://git.<domainname>.de/<groupname>/<reponame>.git
The URL in the browser is: https://git.<domainname>.de//<groupname>/<reponame>
At first glance, the additional slash is not harmful, since the GitLab site loads correctly, but some functionality is not working as expected.
My default browser is Firefox, and the repo is on a self-hosted GitLab sever. I am using a "GitLab CE"-Remote Account in Sourcetree.