Closed linsalrob closed 4 years ago
For now, can you try the suggestion at http://jr0cket.co.uk/2016/05/ssh-or-https-that-is-the-github-question.html - near the bottom of the page:
Using SSH when its blocked by the network
SSH can be tunneled over HTTPS if the network you are on blocks the SSH port. Simply edit your ~/.ssh/config file and add this section:
Host github.com
Hostname ssh.github.com
Port 443
Now every time you use SSH to connect to Github it will use the HTTPS port (443).
Should be fixed. I have no easy way to test though.
The
meryl
andmeryl-utility
submodule URLs contain SSH URLs for the submodules:e.g in .gitmodules
I think these should be
https
links instead.