#1108 pyparted git repo permission errors
Closed: Fixed None Opened 15 years ago by dcantrel.

We cannot work on pyparted right now due to permission denied errors when we try to push changes. Observe:

dcantrel@rabbet pyparted$ git push
Counting objects: 7, done.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 425 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
error: Unable to append to logs/refs/heads/master: Permission denied
To git+ssh://git.fedorahosted.org/git/pyparted.git/
! [remote rejected] master -> master (failed to write)
error: failed to push some refs to 'git+ssh://git.fedorahosted.org/git/pyparted.git/'


Replying to [ticket:1108 dcantrel]:

We cannot work on pyparted right now due to permission denied errors when we try to push changes. Observe:

dcantrel@rabbet pyparted$ git push
Counting objects: 7, done.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 425 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
error: Unable to append to logs/refs/heads/master: Permission denied
To git+ssh://git.fedorahosted.org/git/pyparted.git/
! [remote rejected] master -> master (failed to write)
error: failed to push some refs to 'git+ssh://git.fedorahosted.org/git/pyparted.git/'

Forgot it's wiki editing syntax (grrrr...):

dcantrel@rabbet pyparted$ git push[[BR]]
Counting objects: 7, done.[[BR]]
Compressing objects: 100% (4/4), done.[[BR]]
Writing objects: 100% (4/4), 425 bytes, done.[[BR]]
Total 4 (delta 3), reused 0 (delta 0)[[BR]]
error: Unable to append to logs/refs/heads/master: Permission denied[[BR]]
To git+ssh://git.fedorahosted.org/git/pyparted.git/[[BR]]
! [remote rejected] master -> master (failed to write)[[BR]]
error: failed to push some refs to 'git+ssh://git.fedorahosted.org/git/pyparted.git/'

It looks like it was missing g+w on some files, which should be fixed now - can you try again?

Works now, thanks.

While you're at it, can you set up a trac instance for the pyparted project? We only have the git repo now, we'd like to use a trac instance for bugs, notes, wikiness, etc.

Login to comment on this ticket.

Metadata