Open AgusNoll opened 2 years ago
I have the same problem, it seems that the issue is related to cloning shFlags submodule.
fatal: clone of 'git://github.com/nvie/shFlags.git' into submodule path '.../gitflow/shFlags' failed
Failed to clone 'shFlags'. Retry scheduled
...
fatal: clone of 'git://github.com/nvie/shFlags.git' into submodule path '.../gitflow/shFlags' failed
Failed to clone 'shFlags' a second time, aborting
the issue is resolved by changing line 14 in .gitconfig
. replace git://...
by https://...
.
thanks to @BetterCallBene for pointing it out!
Does anyone know why it happens?
https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
Hi ! when I try to use the command to install gitflow. $ git clone --recursive git://github.com/nvie/gitflow.git
I get this error: Cloning into 'gitflow'... fatal: unable to connect to github.com: github.com[0: 20.201.28.151]: errno=Unknown error
Does anyone know why it happens?