mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
210 B
210 B
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