[opensuse-marketing] using git

2011-10-19 Thread jdd
Hello, I don't understand what mean this part of the git mini-howto? git push origin master so I can't push my work on artwork git thanks for help jdd -- http://www.dodin.net http://pizzanetti.fr -- To unsubscribe, e-mail: opensuse-marketing+unsubscr...@opensuse.org To contact the owner,

Re: [opensuse-marketing] using git

2011-10-19 Thread jdd
Le 19/10/2011 09:50, Pascal Bleser a écrit : You have to do that indeed. git push origin master fatal: protocol error: expected sha/ref, got ' -- The git:// protocol is read-only. Please use the push url as listed on the repository page.

Re: [opensuse-marketing] using git

2011-10-19 Thread Pascal Bleser
On 2011-10-19 13:15:50 (+0200), jdd j...@dodin.org wrote: Le 19/10/2011 09:50, Pascal Bleser a écrit : You have to do that indeed. git push origin master fatal: protocol error: expected sha/ref, got ' -- The git:// protocol is read-only. [...]

Re: [opensuse-marketing] using git

2011-10-19 Thread jdd
Le 19/10/2011 13:32, Pascal Bleser a écrit : Make sure you cloned with the URL g...@gitorious.org:opensuse-artwork/opensuse-artwork.git ??? cloned? don't understand git pull works (I get the artwork repository) Sounds likely. But you can register several ssh keys with your gitorious

Re: [opensuse-marketing] using git

2011-10-19 Thread Manu Gupta
Hmm.. I guess you cloned with the http url not the git url On Wed, Oct 19, 2011 at 6:17 PM, jdd j...@dodin.org wrote: Le 19/10/2011 13:32, Pascal Bleser a écrit : Make sure you cloned with the URL g...@gitorious.org:opensuse-artwork/opensuse-artwork.git ??? cloned? don't understand git

Re: [opensuse-marketing] using git

2011-10-19 Thread Manu Gupta
http://stackoverflow.com/questions/5703620/ssh-login-issues-at-github-and-authentcation-issues-while-doing-a-git-push This should help, I faced the same issue On Wed, Oct 19, 2011 at 6:35 PM, Manu Gupta manugu...@gmail.com wrote: Hmm.. I guess you cloned with the http url not the git url On

Re: [opensuse-marketing] using git

2011-10-19 Thread jdd
please, let me do all this again from the beginning, I get lost... I try to follow this page: http://en.opensuse.org/openSUSE:Marketing_and_Artwork_repository * I have an account at gitorious: https://gitorious.org/~jdd so points 1 and 2 are ok * I pasted the new ssh key following the

Re: [opensuse-marketing] using git

2011-10-19 Thread Thomas Schmidt
On 19.10.2011 16:21, jdd wrote: please, let me do all this again from the beginning, I get lost... I try to follow this page: http://en.opensuse.org/openSUSE:Marketing_and_Artwork_repository * I have an account at gitorious: https://gitorious.org/~jdd so points 1 and 2 are ok *

Re: [opensuse-marketing] LinuxDay in Österreich - Opensuse als Aussteller

2011-10-19 Thread xela
Hi, Am Thu, 06 Oct 2011 17:31:35 +0200 schrieb Jan Krings liquidsk...@googlemail.com: Hi, normally most of the ambassadors reads this mailing list. But you can look here: http://en.opensuse.org/openSUSE:Ambassadors_list Many thanks for that tip, unfortunately it didn't work (maybe next

Re: [opensuse-marketing] LinuxDay in Österreich - Opensuse als Aussteller

2011-10-19 Thread Bruno Friedmann
On 10/19/2011 05:40 PM, x...@lugv.at wrote: Hi, Am Thu, 06 Oct 2011 17:31:35 +0200 schrieb Jan Krings liquidsk...@googlemail.com: Hi, normally most of the ambassadors reads this mailing list. But you can look here: http://en.opensuse.org/openSUSE:Ambassadors_list Many thanks for

Re: [opensuse-marketing] using git

2011-10-19 Thread jdd
Le 19/10/2011 17:16, Thomas Schmidt a écrit : The manual is wrong there, it expects you to be in a checked out git directory at that point. To set your username globally for git, use --global. I added that to the wiki page. ok, now I think it worked. Thanks all!! jdd --