From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Becker Subject: A first push to Worg: please git me out of trouble? Date: Fri, 24 Apr 2009 11:12:56 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxIP5-0000zf-B6 for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 06:13:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxIP0-0000xX-7f for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 06:13:06 -0400 Received: from [199.232.76.173] (port=60856 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxIOz-0000xR-UR for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 06:13:02 -0400 Received: from mx20.gnu.org ([199.232.41.8]:29333) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LxIOz-0006BE-E7 for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 06:13:01 -0400 Received: from mail-bw0-f161.google.com ([209.85.218.161]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LxIOx-0003gN-MU for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 06:12:59 -0400 Received: by bwz5 with SMTP id 5so1045151bwz.42 for ; Fri, 24 Apr 2009 03:12:57 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-mode ml I just tried to make a small change to Worg, but can't manage to push the changes. I followed the recipe on the git-worg page, (and since a simple git push doesn't work, I used the added command to "git remote add public..." So far so good.... but when I try to 'git push public' I get the error below. Here's the output: scot@vostro-15:~/doc/worg/Worg$ git remote add public git+ssh://thesamedirection@repo.or.cz/srv/git/Worg.git scot@vostro-15:~/doc/worg/Worg$ git push public Counting objects: 5, done. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 336 bytes, done. Total 3 (delta 2), reused 0 (delta 0) error: unable to create temporary sha1 filename ./objects/dd: Permission denied fatal: failed to write object error: unpack failed: unpacker exited with error code To git+ssh://thesamedirection@repo.or.cz/srv/git/Worg.git ! [remote rejected] master -> master (n/a (unpacker error)) error: failed to push some refs to 'git+ssh://thesamedirection@repo.or.cz/srv/git/Worg.git' ---- The first error is "permission denied" to write to ./objects/dd I can't think why this would be the case. I checked write permissions, space on drive, etc. I notice that there is no 'objects' directory in the Worg directory, it's in Worg/.git. Could it be a problem with my account at repo.or.cz (which worked fine for the ssh pull), or could it be something wrong with the recipe on the worg-git.org page? Scot