need help for compil old git code
|
05-12-2013, 11:36 PM
Post: #2
|
|||
|
|||
RE: need help for compil old git code
Whenever you clone or pull a git repository, you should also run this command "git submodule update --init --recursive" in a shell. It clones the other repositories and checkout the code at the proper location.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
need help for compil old git code - Jeid3 - 05-12-2013, 06:37 PM
RE: need help for compil old git code - Orphis - 05-12-2013 11:36 PM
|