Pushing changes on Gitorius from QtCreator

2010-06-05 Thread Andrea Grandi
Hello, I've just started a project on Gitorius: http://gitorious.org/msoma and I've successfully imported it on QtCreator, I've written some changes and I've committed locally. When I try to PUSH changes I get this error: 10:02 Executing: git push fatal: protocol error: expected sha/ref, got '

Re: Pushing changes on Gitorius from QtCreator

2010-06-05 Thread Antonio Aloisio
Hi Andrea, You cannot push changes using the git:// or the http since they are read-only protocols for git. You have to clone the repository (actually non mandatory but it\s the easiest way...) and push back the changes using the push url. So the step to do are: 1 add your ssh public key to

Re: Pushing changes on Gitorius from QtCreator

2010-06-05 Thread Andrea Grandi
Hi, On 5 June 2010 10:43, Antonio Aloisio antonio.aloi...@gmail.com wrote: Hi Andrea, You cannot push changes using the git:// or the http  since they are read-only protocols for git. You have to clone the repository (actually non mandatory but it\s the easiest way...) and push back the