nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.6k stars 2.66k forks source link

Error when install from `gitflow-installer.sh` #6472

Open iatanasov77 opened 2 years ago

iatanasov77 commented 2 years ago

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'.

...
ChrisJStone commented 2 years ago

@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.

iatanasov77 commented 2 years ago

Thanks ChrisStone