23 de octubre de 2013

Configurar git para usar https:// en vez de git://

Muy útil para cuando estamos detrás de un proxy o firewall:

git config --global url."https://".insteadOf git://

Visto en: http://stackoverflow.com/questions/16298986/unable-to-connect-to-github-com-for-cloning

No hay comentarios: