nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

Home Page:http://nvie.com/posts/a-successful-git-branching-model/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when install from `gitflow-installer.sh`

iatanasov77 opened this issue · comments

I try to install gitflow with contributed script gitflow-installer.sh, and i receive this error:

Updating submodules
Submodule 'shFlags' (git://github.com/nvie/shFlags.git) registered for path 'shFlags'
Cloning into '/home/vagrant/gitflow/shFlags'...
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.
fatal: clone of 'git://github.com/nvie/shFlags.git' into submodule path '/home/vagrant/gitflow/shFlags' failed
Failed to clone 'shFlags'.

...

@iatanasov77 take a look at https://github.com/petervanderdoes/gitflow-avh. Granted I'm on windows so I'm having to use git for windows however this is the fork of git-flow that comes preinstalled. At it is still in active development.

Thanks ChrisStone