Closed msvechla closed 1 year ago
Hi,
We have a non standard port for our ssh remote, therefore the host detection does not work correctly. This MR fixes this by ignoring an optional port.
Example remote:
ssh://git@git.my-company.com:11111/group/repo.git
I tested this MR locally and it is working now for our remote with non-default port.
Thank you
Hi,
We have a non standard port for our ssh remote, therefore the host detection does not work correctly. This MR fixes this by ignoring an optional port.
Example remote:
I tested this MR locally and it is working now for our remote with non-default port.