I am using windows git bash, when i run the command
git push beanstalk master
I got the following error,
Connected to host `XXXXXX.beanstalkapp.com port 22:` bad file number
fatal: the remote end hung up unexpectedly.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are either behind a proxy that is not able to forward the key or a firewall is not allowing outgoing port 22 ( the port used by SSH by default ) access. Try fixing that or use alternate protocol like https for pushing.