Can't push to git hub

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2012-12-20T05:02:34Z Indexed on 2012/12/20 5:02 UTC
Read the original article Hit count: 112

Filed under:

I just completed chapter one of the Ruby on Rails Tutorial by Hartl. Posted about one minor hitch previously. Now I started chapter two. I swear I did everything by the book, but now when I try: git push -u origin master I get the following messages after entering my passphrase:

ERROR: repository not found fatal: could not read from remote repository Please make sure you have the correct access rights and that the repository exists.

When I down loaded heroku tools I think it installed a second version of ruby on my machine. In any case I now have two version listed under All Programs. Could this have screwed thing up? The two versions are Ruby 1.9.2-p290 and 1.9.3-p327. Also when I open the command prompt using 1.9.2 there is a wierd thing at the top before I do anything: 'C:\Program' is not recognized as an internal or external command, operable program or batch file. This is then followed by the normal prompt on the next line. I'm wondering if the use of my public keys have some how gotten screwed up.

Any help would be appreciated.

© Stack Overflow or respective owner

Related posts about ruby-on-rails