Heroku git ssh_exchange_identification problem and solution

If you get following error while you are pushing/pulling changes with Heroku git repository, ssh_exchange_identification: Connection closed by remote host It means, your machine is trying to connect ssh over port 443. You can solve this problem by setting default ssh port to 22.In order to do this, open up your ssh config file, vi … Continue reading Heroku git ssh_exchange_identification problem and solution