Our company regularly forces us to change our passwords (which included the GIT repository).
So now when I try to push from VSCODE, I get the following error:
I followed what it said in:
and did a:
git config --global credential.helper manager
I went into the control panel and manually updated the password. Then restarted VSCODE and tried to do a push again.
But I still get:
fatal: unable to access 'https://ysg4206@bitbucket.draper.com/scm/pntci/orchestrator.git/': Failed to connect to localhost port 3128: Connection refused
I know I can get there, since if I put the url in my browser, there is no problem.