Run the following command to disable SSL during Git operations like cloning:
git config --global http.sslverify "false"