Whenever I do a repo init, I am getting the following errors and not able to get the repo. Here I am doing repo init based on the latest tag.
repo command :
repo init -u ssh://10.xxx.xx.xx:xxxxx/test-manifest -b ref/tags/development -m lat_dev.xml
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
fatal: cloning the git-repo repository failed, will remove '.repo/repo'
Could anyone help me out in this problem?