Δημοσιεύτηκε: 24 Φεβ 2012, 07:06
από linuxs
Ας θέσω και εγώ κάποιες απορίες, εγώ έκανα:
Κώδικας: Επιλογή όλων
sudo apt-get install git-core gitosis

τί παραπάνω/διαφορετικό έκανα? :/

επίσης, εκτέλεσα:
Κώδικας: Επιλογή όλων
dragon@dragon-laptop:~$ mkdir Operating-Systems
dragon@dragon-laptop:~$ cd Operating-Systems/
dragon@dragon-laptop:~/Operating-Systems$ git init
Initialized empty Git repository in /home/dragon/Operating-Systems/.git/
dragon@dragon-laptop:~/Operating-Systems$ touch README
dragon@dragon-laptop:~/Operating-Systems$ git add README
dragon@dragon-laptop:~/Operating-Systems$ git commit -m -'first commit'
[master (root-commit) 6584577] -first commit
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 README
dragon@dragon-laptop:~/Operating-Systems$ git remote add origin git@github.com:penlix/Operating-Systems.git
dragon@dragon-laptop:~/Operating-Systems$ git push -u origin master
The authenticity of host 'github.com (207.97.227.239)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes             
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

και κάτι παέι στραβά.