yassine1070 / tdt-amiko

Automatically exported from code.google.com/p/tdt-amiko
0 stars 0 forks source link

Github server error when trying to build? #119

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is a some error when trying to build. Server error or local error?
How to fix?

    git clone git@github.com:schpuntik/enigma2-pli.git /home/user/Archive/enigma2-pli.git -b master
Cloning into '/home/user/Archive/enigma2-pli.git'...
Warning: Permanently added the RSA host key for IP address '192.30.252.129' to 
the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
make: *** [/home/user/Archive/enigma2-pli.git] Error 128

Original issue reported on code.google.com by satelite...@gmail.com on 1 Feb 2014 at 10:41

GoogleCodeExporter commented 8 years ago
you need to create an ssh key and add it to your git hub account.

https://help.github.com/articles/generating-ssh-keys

Original comment by slyonss...@gmail.com on 1 Feb 2014 at 3:12

GoogleCodeExporter commented 8 years ago
i created ssh key, but there is other error:

    git clone git@github.com:schpuntik/enigma2-pli.git /home/user/Archive/enigma2-pli.git -b master
Cloning into '/home/user/Archive/enigma2-pli.git'...
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly
make: *** [/home/user/Archive/enigma2-pli.git] Error 128

Original comment by satelite...@gmail.com on 1 Feb 2014 at 5:13

GoogleCodeExporter commented 8 years ago
forget to tell that i already checked my authentication:
ssh -T git@github.com
"Hi User! You've successfully authenticated, but GitHub does not provide shell 
access."

Original comment by satelite...@gmail.com on 1 Feb 2014 at 5:18

GoogleCodeExporter commented 8 years ago
I got the same error, what release are you attempting to build :

Choose enigma2 OpenPli revision:
   0) Newest (Can fail due to outdated patch)
   1) Sat, 17 Mar 2012 19:51 - E2 OpenPli 945aeb939308b3652b56bc6c577853369d54a537
   2) Sat, 18 May 2012 15:26 - E2 OpenPli 839e96b79600aba73f743fd39628f32bc1628f4c
   3) Mon, 20 Aug 2012 16:00 - E2 OpenPli 51a7b9349070830b5c75feddc52e97a1109e381e
   4) Fri, 24 Aug 2012 23:42 - E2 OpenPli 002b85aa8350e9d8e88f75af48c3eb8a6cdfb880
   5) AR-P - E2 OpenPli non-public branch master
   6) AR-P - E2 OpenPli branch testing
   7) AR-P - E2 OpenPli branch last
   8) AR-P - E2 OpenPli branch master

I'm not even sure which one to use - I have had successful builds on all of the 
AR-P builds but they won't boot on my E2 image.

Original comment by slyonss...@gmail.com on 1 Feb 2014 at 7:39

GoogleCodeExporter commented 8 years ago
scrap that - I just got a successful booting build.

I started from scratch, re-checked out the source, but this time I ran :

6) AR-P - E2 OpenPli branch testing

:)

Original comment by slyonss...@gmail.com on 2 Feb 2014 at 11:29

GoogleCodeExporter commented 8 years ago
That repo is not public. Try to build enigma2 from other source.

Original comment by alexeytech on 25 Jul 2014 at 3:57