Pushing my first_app to git hub using cygwin on a windows 7 machine. Using the command git push origin master I get no response. Seems like it hangs and I have to ctrl c. I have already added my ssh key to github… Thanks.
Share
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.
As mentioned in the comments, using msysgit or GitHub for Windows (which includes msysgit) is a safer choice.
It will access your key at
HOME, which will be by default under%HOMEDRIVE%\%HOMEPATH%unless you define HOME explicitly: see “MSysGit and ssh config. missing” for more.