Open garysassano opened 3 weeks ago
Hello! Can I ask if you're using GCM installed in Windows (accessed via WSL), or GCM installed in the Ubuntu distribution?
Also if you're using GCM as installed inside of the Ubuntu distribution, can you check if any of the following commands are installed (at least one is required to be able to launch your browser):
xdg-open
gnome-open
kfmclient
wslview
@mjcheetham GCM is installed in Windows and configured as described in Microsoft's Docs.
Are you using GitLab.com or a self-hosted, or other instance?
The domain is gitlab.<org>.co
, it's the GitLab Community Edition.
Have you configured your GitLab instance, and GCM to support OAuth/browser authentication? Only GitLab.com comes configured out of the box. GitLab doesn't include a GCM OAuth application on self-hosted instances.
https://github.com/git-ecosystem/git-credential-manager/blob/main/docs/gitlab.md
I see, I would need to ask since I don't manage the organization. I just use Okta Dashboard to log into everything.
Version
2.4.10
Operating system
Windows
OS version or distribution
Windows 10 Enterprise LTSC, WSL2 with Ubuntu 24.04
Git hosting provider(s)
GitLab
Other hosting provider
No response
(Azure DevOps only) What format is your remote URL?
None
Can you access the remote repository directly in the browser?
Yes, I can access the repository
Expected behavior
When cloning the repository I expect to be provided all the options.
Actual behavior
I can only choose between
pat
andbasic
modes, no option forbrowser
mode.Logs
No response