sourcegit icon indicating copy to clipboard operation
sourcegit copied to clipboard

Repository URL should also accept user define source in ssh config file

Open huyhoang160593 opened this issue 2 months ago • 0 comments

For now, if you use ssh to add or edit remote in the app, this URL is accepted:

[email protected]:owner/repo.git

It will display another textbox to choose your desire key But if you have already defined a ssh source in config file like so:

Host example_owner
  HostName github.com
  User git
  IdentityFile ~/.ssh/id_ed25519

Then the url like this is not accepted

example_owner:owner/repo.git

I know this is just a minor nitpick, but I hope this will get fixed someday cause most of my repo url are fetch though the same kind of URL

huyhoang160593 avatar Nov 10 '25 02:11 huyhoang160593