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] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Current Git version doesn't build - CptMonkeyFist - 01-23-2014, 04:13 AM
RE: Current Git version doesn't build - [Unknown] - 01-23-2014 05:02 AM
RE: Current Git version doesn't build - CptMonkeyFist - 01-23-2014, 06:27 PM
RE: Current Git version doesn't build - [Unknown] - 01-24-2014, 01:31 AM
|