Forces #git to use https even if remote url is #SSH. Useful for the networks with blocked #ssh protocol.
Put this inside your ~/.gitconfig
:
[url "https://github.com"] insteadOf = git://github.com
Forces #git to use https even if remote url is #SSH. Useful for the networks with blocked #ssh protocol.
Put this inside your ~/.gitconfig
:
[url "https://github.com"] insteadOf = git://github.com