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
But this GitLab server doesn't use ssh port 22, but 2222. So the ssh url to clone is ssh://[email protected]:2222/user-or-group/repository-name.git. But fork doesn't get the right SSH URL:
But this GitLab server doesn't use ssh port 22, but 2222
Yes, but how can Fork know what port your server is using?
Hi @DanPristupov ! You can get it with an API request. For example: GET https://gitlab.mycompagny.net/api/v4/projects answer with a key "ssh_url_to_repo": "ssh://[email protected]:2222/mygroup/myrepo.git"
First, thank you for all your work ❤️
What's the problem ?
I've an account of a GitLab Server called https://gitlab.mycompany.net/
But this GitLab server doesn't use ssh port 22, but 2222. So the ssh url to clone is
ssh://[email protected]:2222/user-or-group/repository-name.git
. But fork doesn't get the right SSH URL:Note
Is it possible to have the right ssh url please ?
Second Issue: Can't Switch back to HTTPS
See issue #2372
The text was updated successfully, but these errors were encountered: