If you are getting above error while cloning the repository, add following flag with the command and you will not get the error.
git -c http.sslVerify=false clone https://bitbucket.org/username/reponame.git
If you are getting above error while cloning the repository, add following flag with the command and you will not get the error.
git -c http.sslVerify=false clone https://bitbucket.org/username/reponame.git