Для меня проблема была решена, когда на моем Windows 10 box я попытался удалить git и повторно установить ярлыки, используя Windows Cmd по умолчанию, а не Git Bash
Откройте CMD и выполните следующее
//Once installed try to resintall the bin folder
git config --system http.sslcainfo \bin/curl-ca-bundle.crt
//disable ssl verification
git config --global http.sslverify "false"
//Then try to clone repo again
git clone git@github.com:account/someproject.git