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.

@CAndresRey
Copy link

fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

@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

@Axel-MH
Copy link

Axel-MH commented Aug 16, 2024

si tienes problemas al ejecutar el comando:
$ git clone --recursive git://github.com/nvie/gitflow.git
Intenta con este otro:
$ git clone https://github.com/nvie/gitflow

asi fue como me funciono, luego solo debes seguir los siguientes pasos.

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