Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Current Git version doesn't build
01-23-2014, 05:02 AM
Post: #2
RE: Current Git version doesn't build
You forgot to run git submodule update --init (which is not surprising and everyone does, but it should be in the wiki, if it isn't let me know where.)

In general, I recommend cloning git repos with --recursive. I'm not really sure why it's not the default. This alias is not a horrible idea:

git config --global alias.clone = 'clone --recursive'

This will make it run git submodule update --init --recursive for you after cloning.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Current Git version doesn't build - [Unknown] - 01-23-2014 05:02 AM

Forum Jump: