On Tue, Aug 10, 2010 at 1:01 PM, SuryaK <suryakiran...@gmail.com> wrote:
> Hello all,
> I'm able to clone my project from git using http. but when pushing
> thru http I'm getting this error
That's probably the thing, don't push through http I guess.
> error: cannot access URL http://git.gitorious.org/<myproject.git>,
> return code 52.
> fatal git-http-push failed.
>
> I've deleted all my public-keys and added new ones. It did not help.
I've to admit that I don't know how git over http works, but I cannot
imagine that it is using ssh keys.. You add ssh keys so that you can
connect with that protocol.
Can you use the ssh url (should be listed as push url for your project)?
Regards,
Ben
I've to admit that I don't know how git over http works, but I cannot
imagine that it is using ssh keys.. You add ssh keys so that you can
connect with that protocol.
Are there any plans to overcome this issue?