I am trying to update the submodules of this git repositary but I keep getting a fatal errors:
[root@iptlock ProdigyView]# git submodule update --recursive Cloni
The following steps will fix the problem.
git submodule sync
git submodule update --init
Hope this helps.