Skip to content

Instantly share code, notes, and snippets.

@jesulink2514
Last active September 2, 2015 19:25
Show Gist options
  • Save jesulink2514/afd84f5976e898998727 to your computer and use it in GitHub Desktop.
Save jesulink2514/afd84f5976e898998727 to your computer and use it in GitHub Desktop.
Como remapear el protocolo git a https
//Remapear el protocolo git a https
git config --global url."https://".insteadOf git://
//listar las configuraciones globales de git
git config --list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment