Skip to content

Git link automatically changes repository origin if aliased for recognized platforms domain url #349

@sabat24

Description

@sabat24
  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
  1. If I clone a repository from terminal using my aliased repository url, git clones it properly.

Image

  1. But if I open PhpStorm GitLink automatically detect a bitbucket.org platform and changes my origin from valid aliased url into base platform url

Image

This causes that I automatically lose access to the remote repository.

I do not think that a plugin should change my origin path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions