Stiahnutie zdrojovych suborov SmartCardSystemu :
git clone git@192.168.241.14:/smartcardsystemcpp.git https://git.emza.inside.transdata.sk/git/smartcardsystemcpp stiahnuti aj s podpodulmi git clone --recursive -b develop https://git.emza.inside.transdata.sk/git/smartcardsystemcpp
git clone git@192.168.241.14:/netsamservice.git
git clone git@192.168.241.14:/smartcardservice.git
Pri stahovani repozitara smartcardsystemcpp.git na linuxe je porebne disable ssl verifikaciu
GIT_SSL_NO_VERIFY=true git clone git@192.168.241.14:/smartcardsystemcpp.git
a po stiahnuti nastavit lokalny config
git config http.sslVerify false
a aj pre submoduly
git submodule foreach --recursive git config http.sslVerify false