pjullrich/pushin
`git push` times out #12
Open
szelbi
opened this issue · 1 comment
S
I tried copying one of my repositories to Pushin by adding a separate remote. However, the push times out after a while. Meanwhile, pushing to Codeberg works just fine.
> git remote -v
origin ssh://git@codeberg.org/szelbi/bettor.git (fetch)
origin ssh://git@codeberg.org/szelbi/bettor.git (push)
pushin git@pushin.eu:szelbi/bettor.git (fetch)
pushin git@pushin.eu:szelbi/bettor.git (push)
> git push origin
Everything up-to-date
> git push pushin
ssh: connect to host pushin.eu port 22: Connection timed out
Join the conversation on pjullrich/pushin.
Sign up to comment on this issueAlready have an account? Sign in
@szelbi thank you for the report. Hmm, I'll have to explore this one a bit. Since you're using SSH, you should have a 300s (5min) push timeout. It could be that your repo is particularly hard to parse which would make for an excellent performance improvement case. I'll get back to you once I have an answer. Until then, my apologies for the inconvenience!