repo sync -j$(nproc):
If we run this command as expect for sync
.
It will occur failure. i.e
server certificate verification failed. CAfile: none CRLfile: none
export GIT_SSL_NO_VERIFY=1 - this will not work
It makes a problem , any solution for this problem