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

Use https:// url instead of git:// for shFlags submodule #6485

Open jgonggrijp opened 1 year ago

jgonggrijp commented 1 year ago

I was unable to recursively clone the repository because of the git:// submodule url. I'm not sure whether this is due to me having a very modern Git installation on Fedora 38, or due to GitHub nowadays refusing the git:// protocol. Either way, changing it to https:// fixed it.