I have a git repo I am trying to use this command on a remote.
$ git push origin master
ssh: connect to host port 22: Bad file number
fatal: The remote end hung up unexpectedly.
I am trying to do this with GitBash.
I generally login with ssh ONLY through Putty, so I know my key works and is there. What do I need to do to fix this?
.git/configsay about your remote origin? – Handyman5 Jul 7 '11 at 1:11git remote show origin; we don't now where you're trying to push. – Andrew M. Jul 11 '11 at 3:40