I get the following error and I have no idea what's going wrong:

$ git trac push
Pushing to Trac #17583...
Guessed remote branch: u/jdemeyer/ticket/17583
Traceback (most recent call last):
  File "/home/jdemeyer/local/bin/git-trac", line 18, in <module>
    cmdline.launch()
File "/home/jdemeyer/local/src/git-trac-command/git_trac/cmdline.py", line 210, in launch
    app.push(ticket_number, remote=args.remote, force=args.force)
File "/home/jdemeyer/local/src/git-trac-command/git_trac/app.py", line 194, in push
    self.repo.push(remote, force)
File "/home/jdemeyer/local/src/git-trac-command/git_trac/git_repository.py", line 181, in push
    self.git.echo.push('trac', refspec)
File "/home/jdemeyer/local/src/git-trac-command/git_trac/git_interface.py", line 341, in meth
    return self.execute(git_cmd, *args, **kwds)
File "/home/jdemeyer/local/src/git-trac-command/git_trac/git_interface.py", line 98, in execute
    popen_stderr=subprocess.PIPE)
File "/home/jdemeyer/local/src/git-trac-command/git_trac/git_interface.py", line 263, in _run
    raise GitError(result)
git_trac.git_error.GitError: git returned with non-zero exit code (1) when executing "git push trac HEAD:refs/heads/u/jdemeyer/ticket/17583" STDERR: error: insufficient permission for adding an object to repository database ./objects
    STDERR:
    STDERR: fatal: failed to write object
    STDERR: error: unpack failed: unpack-objects abnormal exit
    STDERR: To g...@trac.sagemath.org:sage.git
STDERR: ! [remote rejected] HEAD -> u/jdemeyer/ticket/17583 (n/a (unpacker error)) STDERR: error: failed to push some refs to 'g...@trac.sagemath.org:sage.git'

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to