I am using PhpStorm as an IDE with a BitBucket repository. To authenticate communicating with the repository (eg push
and pull
) I have installed git-credential-helper
and, in MacOS Terminal, this works fine.
However I get an authentication error when trying to use the Terminal in PhpStorm (“Failed to connect to bitbucket.org port 443 “). git --config
shows the identical result for the directory whether in PhpStorm or MacOS Terminal. git status
is also identical.
Whereas I can communicate with the repository by committing in PhpStorm and push in Terminal. This is an irritant.
How can I resolve this?
5