Skip to content

Instantly share code, notes, and snippets.

@geedelur
Created July 30, 2012 16:31
Show Gist options
  • Save geedelur/3208244 to your computer and use it in GitHub Desktop.
Save geedelur/3208244 to your computer and use it in GitHub Desktop.
Git-flow Windows Install

Git-Flow Windows Install

  • Abrir consola Git Bash (Inicio > Todos los programas > Git > Git Bash) y ejecutar:
    • git clone --recursive git://github.com/nvie/gitflow.git
  • Abrir cmd y dirigirse al repo recién clonado (debería estar en C:\Users\\gitflow) y ejecutar:
    • cd contrib
    • msysgit-install.cmd "C:\Program Files (x86)\Git" (o la ruta a su instalación de Git)

Ahora pueden utilizar gitflow desde Git Bash (que sí es compatible con SmartGit) y se olvidan de cygwin.

@Imperius89
Copy link

$ git clone --recursive git://github.com/nvie/gitflow.git
Cloning into 'gitflow'...
fatal: unable to connect to github.com:
github.com[0: 140.82.113.3]: errno=Unknown error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment