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
I have (had) a gitea instance with SSH open at port 22001 which makes the SSH clone URI ssh://[email protected]:22001/user/repo.git
instead of the normal [email protected]:user/repo.git which only works with port 22.
The resource can't fetch the repository if the url is in the former style, it works fine with the latter one. For now I have changed the port 22001 to 22 but it can cause me problem in the long run. I would like to keep using 22001.
Note that HTTPS works fine too.
The text was updated successfully, but these errors were encountered:
natto1784
changed the title
Cannot fetch repository when the SSH port is something other than 12
Cannot fetch repository when the SSH port is something other than 22
Feb 17, 2022
I have (had) a gitea instance with SSH open at port 22001 which makes the SSH clone URI
ssh://[email protected]:22001/user/repo.git
instead of the normal
[email protected]:user/repo.git
which only works with port 22.The resource can't fetch the repository if the url is in the former style, it works fine with the latter one. For now I have changed the port 22001 to 22 but it can cause me problem in the long run. I would like to keep using 22001.
Note that HTTPS works fine too.
The text was updated successfully, but these errors were encountered: