filmov
tv
[git] ssh: connect to host github.com port 22: Connection timed out

Показать описание
Git provides a way to rewrite URLs using git config. Simply issue the following command:
git config --global url."https://".insteadOf git://
Now, as if by magic, all git commands will perform a substitution of git:// to https://
git config --global url."https://".insteadOf git://
Now, as if by magic, all git commands will perform a substitution of git:// to https://