git-resource
git-resource copied to clipboard
Cannot fetch repository when the SSH port is something other than 22
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.
I have the same issue at the moment. Would love to see a fix
Same issue here, using bitbucket repository host. Sadly no fix since February.
What are you seeing when you have this issue?
Identity added: /tmp/git-resource-private-key (key-name)
Cloning into '/tmp/git-resource-repo-cache
Then just hanging forever and never erroring out?