emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* A first push to Worg: please git me out of trouble?
@ 2009-04-24 10:12 Scot Becker
  2009-04-24 10:47 ` Ian Barton
  0 siblings, 1 reply; 4+ messages in thread
From: Scot Becker @ 2009-04-24 10:12 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A first push to Worg: please git me out of trouble?
  2009-04-24 10:12 A first push to Worg: please git me out of trouble? Scot Becker
@ 2009-04-24 10:47 ` Ian Barton
  2009-04-24 15:19   ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Barton @ 2009-04-24 10:47 UTC (permalink / raw)
  To: Scot Becker; +Cc: 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.
>

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A first push to Worg: please git me out of trouble?
  2009-04-24 10:47 ` Ian Barton
@ 2009-04-24 15:19   ` Bastien
  2009-04-24 15:22     ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2009-04-24 15:19 UTC (permalink / raw)
  To: Ian Barton; +Cc: Org-mode ml, Scot Becker

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

I added Scot to the list of Worgers.

PS: until my work settles a bit, I am checking my @altern.org and
@gnu.org emails only twice a week.  For Worg and other urgent requests
please use my bastienguerry AT gmail.com address.  Thanks!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A first push to Worg: please git me out of trouble?
  2009-04-24 15:19   ` Bastien
@ 2009-04-24 15:22     ` Carsten Dominik
  0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2009-04-24 15:22 UTC (permalink / raw)
  To: Bastien; +Cc: Org-mode ml, Scot Becker


On Apr 24, 2009, at 5:19 PM, Bastien wrote:

>> I think you need to ask Bastien to add your user name to the list of
>> people allowed to push changes:
>
> I added Scot to the list of Worgers.
>
> PS: until my work settles a bit, I am checking my @altern.org and
> @gnu.org emails only twice a week.  For Worg and other urgent requests
> please use my bastienguerry AT gmail.com address.  Thanks!

OK, I will, thanks.

- Carsten

>
> -- 
> Bastien
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-24 15:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-24 10:12 A first push to Worg: please git me out of trouble? Scot Becker
2009-04-24 10:47 ` Ian Barton
2009-04-24 15:19   ` Bastien
2009-04-24 15:22     ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).