Setting up Ruhoh. ERROR: repository not found

Posted by user1637613 on Stack Overflow See other posts from Stack Overflow or by user1637613
Published on 2012-08-31T03:22:16Z Indexed on 2012/08/31 3:38 UTC
Read the original article Hit count: 115

Filed under:
|
|

Instructions from ruhoh.com state to setup a repository USERNAME.ruhoh.com, which has been done. https://github.com/NredYssuts/nredyssuts.ruhoh.com also asks to add a web hook, which has also been done.

Then it gives the following instructions to execute:

    $ git clone git://github.com/ruhoh/blog.git USERNAME.ruhoh.com
    $ cd USERNAME.ruhoh.com
    $ git remote set-url origin [email protected]:USERNAME/USERNAME.ruhoh.com.git
    $ git push origin master

I am able to execute the first three lines and then on the fourth I am asked to enter my passphrase for /home/nredyssuts/.ssh/id_rsa

I do that correctly and then bam!

    ERROR: Repository not found.
    fatal: the remote end hung up unexpectedly

I'm not sure why this is happening at all. This is a public repository.

© Stack Overflow or respective owner

Related posts about git

Related posts about github