1. I have got configured a ssh alias for my private Bitbucket account ``` Host bitbucket-archeion.org HostName bitbucket.org User git IdentityFile ~/.ssh/id_rsa-archeion IdentitiesOnly yes ``` 2. If I clone a repository from terminal using my aliased repository url, git clones it properly.  3. But if I open PhpStorm GitLink automatically detect a bitbucket.org platform and changes my origin from valid aliased url into base platform url  This causes that I automatically lose access to the remote repository. I do not think that a plugin should change my origin path.