I just installed Git for Windows (Git Version 2.11.0). I´m using Windows 10 and I am behind a network that does not allow SSH to run on standard port 22.
Naturally Git as installed is not being able to connect to my remote repository, that is located in GitLab.
I wish I could use HTTPS instead of SSH on my Windows Git, but I can´t find out if it is available or how to do it.
a) Is there an option to run Git Windows in HTTPS mode ? How to configure it ?
b) If not, is there a way to change the default Git SSH port and Gitlab ssh port?