eliotsykes / real-world-rails

Real World Rails applications and their open source codebases for developers to learn from
MIT License
1.76k stars 144 forks source link

apps and engines paths contain only .git files after "git submodule update --init" is executed #571

Closed apaokin closed 9 months ago

apaokin commented 5 years ago

Good evening everyone! Apps and engines paths contain only .git files after "git submodule update --init" is executed, but .git folder is increased to 8 Gb. I use git version 2.17.1. Thank you in advance.

Jberczel commented 3 years ago

@apaokin - FYI, i just had the same issue. I noticed that some of the existing apps and engines paths no longer exist:

apps/netguru-help engines/o_cms

I removed those submodules (https://github.com/eliotsykes/real-world-rails#how-to-remove-a-git-submodule), and re-ran the submodule update command, and now I see the source code.

Aesthetikx commented 3 years ago

I also noticed there is some private module in apps/cartodb that fails to clone.