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.

@seevsk
Copy link

seevsk commented Nov 21, 2024

$ git flow version
C:/Program Files/Git/usr/local/bin/gitflow-shFlags: line 1: shFlags/src/shflags:
No such file or directory
C:\Program Files\Git\usr\local\bin\git-flow: line 85: DEFINE_boolean: command no
t found
C:\Program Files\Git\usr\local\bin\git-flow: line 88: FLAGS: command not found
creo que falto un archivo en la instalacion en el CMD pense que no seria gran cosa, tmre

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