Help with compiling for linux

  • firefreak11
    9th Aug 2012 Member 1 Permalink

    im at the part where im getting the source from github and i did the command ssh git@github.com and i got an error saying PTY allocation request failed on channel 0 and there is nothing in the forums or wiki about this that i can find. can someone please help me fix this, i need it for my new mod, thanks.

  • jacksonmj
    9th Aug 2012 Developer 0 Permalink
    Try ssh -T git@github.com
    If that works, then it's fine, keep following the instructions.
  • firefreak11
    10th Aug 2012 Member 0 Permalink

    worked! thanks :)

    EDIT:now im at the cloning stage before making the file and when i do git clone git@github.com:..
    i get an error saying ERROR: Repository not found.  fatal: The remote end hung up unexpectedly.

     


    i have done everything enxactly as the wiki said and i get this error can u help me 

     

  • boxmein
    10th Aug 2012 Former Staff 0 Permalink
    @firefreak11 (View Post)
    That's because git repositories are not at git@github.com
    Get your repository's address HERE:
    image
    Also, if you're on windows, I'd suggest
    http://windows.github.com/
    It has a nice user interface for simply making stuff happen. Clone by clicking a special button. Push/pull with a "sync" notification. It also autodetects file changes, then notifies you when you need to commit your changes.
  • jacksonmj
    10th Aug 2012 Developer 0 Permalink
    @firefreak11 (View Post)
    What is the exact command you are trying to run? What is your github username, and have you gone to https://github.com/FacialTurd/The-Powder-Toy and clicked the fork button?

    @boxmein (View Post)
    Click the SSH button, address is "git@github.com:boxmein/The-Powder-Toy.git".
  • firefreak11
    11th Aug 2012 Member 0 Permalink

    oh ok i get it now