In my case, on windows, It was not working after setting of name
, e mail
as well as certificates path for git config. following command run from command prompt fixed this issue.
git config --global http.sslcainfo "C:\Program Files\Git\usr\ssl\certs\ca-bundle.crt"
path of your ca-bundle.crt
may vary in your case.