I am trying to connect to github at school, but port 443 is blocked.
The administrator told me to use port 9418 instead, which I believe is the default port for the git protocol.
But in git bash (windows), if I try to make git the remote source-source of the git://github.com/me/myrepo.git and do push, it tells me that I can not click on this url address and use https://github...
How to configure git to use port 9418?
source share