You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use ssh to connect to our git server. But ssh is not listening on the default port (22), it's listening on a different port. Please add the ability to specify the port to use when entering the repository URL.
I tried to enter the repository URL like this (where 2222 would be the ssh port): [email protected]:2222/git-repo
but it thought that the repository name was actually "2222/git-repo" and didn't work.
The text was updated successfully, but these errors were encountered:
We use ssh to connect to our git server. But ssh is not listening on the default port (22), it's listening on a different port. Please add the ability to specify the port to use when entering the repository URL.
I tried to enter the repository URL like this (where 2222 would be the ssh port):
[email protected]:2222/git-repo
but it thought that the repository name was actually "2222/git-repo" and didn't work.
The text was updated successfully, but these errors were encountered: