Sempre use HTTPS para GitHub

Se você estiver atrás de um firewall e não puder usar Git + SSH, anexe ao seu ~ / .gitconfig e pronto

# Use https instead of git and git+ssh
[url "https://github.com/"]
insteadOf
= git://github.com/
[url "https://github.com/"]
insteadOf
= git@github.com: