I am having problem accessing github repository through Git Bash.
2 days ago I was able to push/pull the repositories. Then
1) I created an account on gitlab.com
2) I generated ssh key on my local pc following GitLab and SSH keys using git bash on windows
3) After this I did not create/pull/push any repository on gitlab.
Today I make few changes in a code (that is deployed on github), when I try to push that code I get following error
fatal: unable to access 'https://github.com/junaidbinsarfraz/repo.git/': error setting certificate verify locations:
CAfile: E:/Softwares/Git/mingw64/libexec/ssl/certs/ca-bundle.crt
CApath: none
There is no ssl folder in libexec
Also no file/folder changed in Git folder since Jan 2017
It seems like git-bash issue, not sure. Can anyone help ?