emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] A first push to Worg: please git me out of trouble?


From: Ian Barton
Subject: Re: [Orgmode] A first push to Worg: please git me out of trouble?
Date: Fri, 24 Apr 2009 11:47:00 +0100
User-agent: Thunderbird 2.0.0.21 (X11/20090409)


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:

address@hidden:~/doc/worg/Worg$ git remote add public
git+ssh://address@hidden/srv/git/Worg.git
address@hidden:~/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://address@hidden/srv/git/Worg.git
 ! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to
'git+ssh://address@hidden/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.


I think you need to ask Bastien to add your user name to the list of people allowed to push changes:

# If you don't have a SSH-key, create one.
# Register a new account on the git public repository.
# Drop an email to Bastien mentioning your username on repo.or.cz

Ian.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]