From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikael Fornius Subject: Can not push to Worg. Date: Tue, 11 Nov 2008 12:18:46 +0100 Message-ID: <87wsfajysp.fsf@abc.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzrHA-00037F-5T for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 06:19:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzrH8-00036H-T5 for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 06:19:15 -0500 Received: from [199.232.76.173] (port=58373 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzrH8-00036E-Li for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 06:19:14 -0500 Received: from violet.abc.se ([62.80.200.155]:58186) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KzrH8-0000LE-91 for emacs-orgmode@gnu.org; Tue, 11 Nov 2008 06:19:14 -0500 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: emacs-orgmode@gnu.org I have made some changes to org-collector.el at Worg git repository and when I try to push this I get: ~/Worg $ git push Counting objects: 11, done. Compressing objects: 100% (8/8), done. Writing objects: 100% (8/8), 1.44 KiB, done. Total 8 (delta 4), reused 0 (delta 0) error: unable to create temporary sha1 filename ./objects/e7: Permission denied fatal: failed to write object error: unpack failed: unpacker exited with error code To git+ssh://rplacd@repo.or.cz/srv/git/Worg.git ! [remote rejected] master -> master (n/a (unpacker error)) error: failed to push some refs to 'git+ssh://rplacd@repo.or.cz/srv/git/Worg.git' ~/Worg $ I am new to git and also tried to use the other instruction as described in Word git document (adding public repository and 'git push public') but I got the same error. Anyone knows how to solve this? Thanks in advance. /Mikael Fornius