I am trying to run the following command
git pull
I receive the following message
fatal: unable to access '<bitbucket repository URL>': SSL certificate problem: self signed certificate in certificate chain
It SHOULD be asking me for my credentials (e.g. username and password) before I can push or pull. Why is it not asking me for them (as previously, it would prompt me before i could push or pull?).
I do NOT want to try and bypass this problem by disabling SSL verification (due to security concerns).
I have already tried removing the credential from Windows credential manager (it didn't help).
How do I get VS Code to ask me for my bitbucket credentials when doing a git pull?
I get the same behavior occurring when I do this in windows CMD prompt as well.