On Tue, Jun 18, 2013 at 01:32:10PM +0200, Thorsten Jolitz wrote:
> Rasmus <[email protected]> writes:
>
> > Please add it to Worg, I'd say, preferably as html, if possible.
>
> I cloned the word repo again (because my existing clone had turned into
> a mess somehow) and added the exporter doc-files (as .org files), and
> pushed, but got an error:
>
> ,---------------------------------------------------------
> | $ git --no-pager push -v origin master:refs/heads/master
> | send to git://orgmode.org/worg.git
> | fatal: Could not read from remote repository.
> |
> | Please make sure you have the correct access rights
> | and the repository exists.
> | git exited abnormally with code 128.
> `---------------------------------------------------------
>
> Seems I lost my access rights in the process - what do i have to do to
> regain them?
Did you clone the public url? If so, you cannot push with the same url.
You need the ssh+git url. Here is my config:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git+ssh://[email protected]/~/worg.git
Hope this helps,
--
Suvayu
Open source is the future. It sets us free.