[opensuse] Question about git (Permission denied)
Hello Mates, today i opened my first github repository. I've done the following steps: sascha@linux-hob0:~/git> mkdir openSUSE-Weekly_News sascha@linux-hob0:~/git> cd openSUSE-Weekly_News/ sascha@linux-hob0:~/git/openSUSE-Weekly_News> ls sascha@linux-hob0:~/git/openSUSE-Weekly_News> git init Initialized empty Git repository in /home/sascha/git/openSUSE- Weekly_News/.git/ sascha@linux-hob0:~/git/openSUSE-Weekly_News> git add * sascha@linux-hob0:~/git/openSUSE-Weekly_News> git commit -m 'first set of scripts' [master (root-commit) aee06f6] first set of scripts 16 files changed, 3754 insertions(+), 0 deletions(-) create mode 100755 generate_announce create mode 100755 generate_buildservice create mode 100755 generate_events create mode 100755 generate_features create mode 100755 generate_secupdates create mode 100644 statistics.5.py create mode 100644 statistics.7a.py create mode 100644 translate.ini_de create mode 100644 translate.ini_es create mode 100644 translate.ini_id create mode 100644 translate.ini_ja create mode 100644 translate.ini_pl create mode 100644 translate.ini_pt create mode 100644 translate.ini_ru create mode 100644 translate.ini_tw create mode 100644 translate.ini_zh sascha@linux-hob0:~/git/openSUSE-Weekly_News> git remote add origin git@github.com:saigkill/openSUSE-Weekly-News.git sascha@linux-hob0:~/git/openSUSE-Weekly_News> git push 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 Does anyone know what the error is? -- Sincerely yours Sascha Manns open-slx GmbH openSUSE Community & Support Agent openSUSE Marketing Team Blog: http://saigkill.wordpress.com Web: http://www.open-slx.de (openSUSE Box Support German) Web: http://www.open-slx.com (openSUSE Box Support English)
El 30/05/10 07:29, Sascha 'saigkill' Manns escribió:
Hello Mates,
Permission denied (publickey). fatal: The remote end hung up unexpectedly
Does anyone know what the error is?
Did you uploaded your public key to github ? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Am Sonntag 30 Mai 2010 22:28:35 wrote Cristian Rodríguez:
El 30/05/10 07:29, Sascha 'saigkill' Manns escribió:
Hello Mates,
Permission denied (publickey). fatal: The remote end hung up unexpectedly
Does anyone know what the error is?
Did you uploaded your public key to github ? yes...But i've seen that the ~/.ssh doesn't contain any key, just known hosts. Maybe i have to create a new key? -- Sincerely yours
Sascha Manns open-slx GmbH openSUSE Community & Support Agent openSUSE Marketing Team Blog: http://saigkill.wordpress.com Web: http://www.open-slx.de (openSUSE Box Support German) Web: http://www.open-slx.com (openSUSE Box Support English)
Am Sonntag 30 Mai 2010 23:38:14 wrote Sascha 'saigkill' Manns:
Am Sonntag 30 Mai 2010 22:28:35 wrote Cristian Rodríguez:
El 30/05/10 07:29, Sascha 'saigkill' Manns escribió:
Hello Mates,
Permission denied (publickey). fatal: The remote end hung up unexpectedly
Does anyone know what the error is?
Did you uploaded your public key to github ?
yes...But i've seen that the ~/.ssh doesn't contain any key, just known hosts. Maybe i have to create a new key? Just tested. Created new key, then pasted this into github, an it just works :-) -- Sincerely yours
Sascha Manns open-slx GmbH openSUSE Community & Support Agent openSUSE Marketing Team Blog: http://saigkill.wordpress.com Web: http://www.open-slx.de (openSUSE Box Support German) Web: http://www.open-slx.com (openSUSE Box Support English)
participants (2)
-
Cristian Rodríguez
-
Sascha 'saigkill' Manns