Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

fix submodule url #101

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

Conversation

mvallebr
Copy link

URL is half ssh and half https currently, causing problems on update

URL is half ssh and half https currently, causing problems on update
@travisjohn-son
Copy link

Thanks for this pull request as I just ran into this problem myself. It turned out GitHub no longer supports the old URL format as of last week (March 15, 2022) according to Stack Overflow discussion.

I had to resort to this workaround using the https protocol instead as I used the Installation steps from the README.

git clone https://github.com/datasift/gitflow
cd gitflow
sed -i.bkup 's,git://github.com/,https://github.com/,' .gitmodules
sudo ./install.sh

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

Successfully merging this pull request may close these issues.

2 participants