Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why can't I clone the gitflow folder? #6478

Open
AgusNoll opened this issue Jul 12, 2022 · 3 comments
Open

why can't I clone the gitflow folder? #6478

AgusNoll opened this issue Jul 12, 2022 · 3 comments

Comments

@AgusNoll
Copy link

AgusNoll commented Jul 12, 2022

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?

@abrahamnm
Copy link

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

@masaaldosey
Copy link

masaaldosey commented Aug 4, 2022

the issue is resolved by changing line 14 in .gitconfig. replace git://... by https://....

image

thanks to @BetterCallBene for pointing it out!

lngsx added a commit to lngsx/gitflow that referenced this issue Jan 30, 2023
I cannot clone the original repo to my machine. This change is an attempt to make it works.
Thank to this man 
nvie#6478 (comment)
@ryandesign
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants