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

Making the submodule accessible behind a proxy (via https://) #6372

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

peter-kehl
Copy link

Hi Vincent,

Thank you for GitFlow.

Currently, people can't recursively clone GitFlow behind a proxy. Even if they run

git clone --recursive https://github.com/nvie/gitflow.git

the submodule was accessed via git:// - (behind a proxy) it fails.

In addition to this pull request, would you update https://github.com/nvie/gitflow/wiki/Manual-installation:

change from
git clone --recursive git://github.com/nvie/gitflow.git

to
git clone --recursive https://github.com/nvie/gitflow.git

This may be related to #104 - I'm not sure.

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

Successfully merging this pull request may close these issues.

None yet

1 participant