Scalingo Deployment

Hi guys please hepls

im deploying my Apps on Scalingo and no matter what i try, the ouput is as follow:

git push scalingo master
ssh: connect to host scalingo.com port 22: Operation timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Please Anyone Help!
Thank You So Much!

I try running

ssh -v localhost

And it seems like port 22 is not enabled.

i am on a public school WIFI. That might be the problem? Protected Firewall ? huh!

Give a shout to their support. They are fantastic and superquick

1 Like

Hi @morningstardev13

I’m working at Scalingo, I would also recommend using our embedded support from our Dashboard, but I can try to start helping you here:

Is the internet connection of your workstation is filtered (by port)? As it seems your computer fails to reach our SSH server which is up and running right now.

For a more in depth diagnostic, requiring more information which have nothing to do on this forum, send us a little mesage.

Regards,

– Léo

1 Like

Oh, I just read you’re on a public WiFi, so that’s definitely the issue. Is your code on GitHub? In this case your can use our integration to deploy your app without passing through a git push operation.

1 Like

Thank you so much. I solved it!
:heart: