Possible Duplicate:
Git SSH error: “Connect to host: Bad file number”
Hi this si the first time I am trying to use github so bare with me.What I want to add a project to github and connect that project to AppHarbor.
So far from what I understand in order to upload files to github I have to configure git on my local computer.
I have been following the following tutorial to configure an SSH key :
https://help.github.com/articles/generating-ssh-keys
But at the end when I run this command:
ssh -T git@github.com
i get this:
ssh: connect to host github.com port 22:Bad file number
How can I solve this problem?