Frage zu git

"Sascha 'saigkill' Manns" <[email protected]> Sun, 30 May 2010 21:39:36 +0200
Newsgroups gmane.linux.suse.programming
Organization openSUSE Marketing Team
Message-ID <[email protected]>
Hallo Leute,

ich habe heute unter github ein neues Repo angelegt für unsere Scripte 
von den Weekl News.

Ich ging wie folgt vor:

sascha@linux-hob0:~> git config --global user.name "Sascha Manns"
sascha@linux-hob0:~> git config --global user.email 
[email protected]
sascha@linux-hob0:~> cd git/
sascha@linux-hob0:~/git> ls
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> ls
generate_announce      generate_events    generate_secupdates  
statistics.7a.py  translate.ini_es  translate.ini_ja  translate.ini_pt  
translate.ini_tw
generate_buildservice  generate_features  statistics.5.py      
translate.ini_de  translate.ini_id  translate.ini_pl  translate.ini_ru  
translate.ini_zh
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 
[email protected]: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
sascha@linux-hob0:~/git/openSUSE-Weekly_News> git push origin master
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

Weiß jemand, warum er hier nicht hochladen will?
-- 
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)
signature.asc (application/pgp-signature, 198 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)

iEYEABECAAYFAkwCvvgACgkQvBb8uodyeZQs1QCfaIW/wKujUw51ndgYy7r7TTqv
2oQAnRHmL8qbZjCh0JNqUTgR991jYfw+
=Shw9
-----END PGP SIGNATURE-----