real-world-rails icon indicating copy to clipboard operation
real-world-rails copied to clipboard

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

Open apaokin opened this issue 6 years ago • 2 comments

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.

apaokin avatar Sep 19 '19 12:09 apaokin

@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.

Jberczel avatar Dec 16 '20 19:12 Jberczel

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

Aesthetikx avatar May 10 '21 15:05 Aesthetikx