From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: PDF documentation for new exporter Date: Tue, 18 Jun 2013 18:38:42 +0200 Message-ID: <20130618163842.GA12101@kuru.dyndns-at-home.com> References: <87txkvlqrk.fsf@gmail.com> <87hagveomi.fsf@pank.eu> <87ppvjlkn9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoyvk-0004Qd-Qq for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 12:38:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uoyvg-0003OH-38 for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 12:38:52 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:54019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoyvf-0003O7-Tn for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 12:38:48 -0400 Received: by mail-we0-f176.google.com with SMTP id t56so3585808wes.35 for ; Tue, 18 Jun 2013 09:38:47 -0700 (PDT) Received: from kuru.dyndns-at-home.com ([2001:610:120:3001:f2de:f1ff:fe37:c76c]) by mx.google.com with ESMTPSA id fv11sm3128650wic.11.2013.06.18.09.38.45 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 18 Jun 2013 09:38:46 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87ppvjlkn9.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Tue, Jun 18, 2013 at 01:32:10PM +0200, Thorsten Jolitz wrote: > Rasmus 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://worg@orgmode.org/~/worg.git Hope this helps, -- Suvayu Open source is the future. It sets us free.