I’m facing an issue where SSH keys are not allowed in my GitHub/GitLab environment. I want to use a GitLab deploy token instead, which works with the following URL format: https://gitlab+deploy-token-00000:gldt-00000000@gitlab.com/my-instance/my-project.git However, during Git operations, the SSH configuration still pops up automatically, and I have to enter dummy values just to proceed. It would be much better if I could consistently use HTTPS with a deploy token, but unfortunately, this exposes the token in plain text in the URL, which is a security concern.