After struggling for a couple of hours, I found that git config file was not updated when I added the entry sslVerify = false
in my Eclipse.
I solved my problem by navigating to my .git
directory and updating the config
file to :
[http]
sslVerify = false