Hi!
I've worked on ticket <http://trac.sagemath.org/ticket/17573> without any 
issues. After some work, I've successfully created new git branch and 
uploaded my fix. Today I decided to upload new stuff, but I've encountered 
the following issue:
[crady@CradyLap sage]$ git trac push
Pushing to Trac #17573...
Guessed remote branch: u/captaintrunky/wrap_gap_structure_description
Traceback (most recent call last):
  File "/home/crady/Workshop/Cpp/sage/git-trac-command/bin/git-trac", line 
18, in <module>
    cmdline.launch()
  File 
"/home/crady/Workshop/Cpp/sage/git-trac-command/git_trac/cmdline.py", line 
210, in launch
    app.push(ticket_number, remote=args.remote, force=args.force)
  File "/home/crady/Workshop/Cpp/sage/git-trac-command/git_trac/app.py", 
line 194, in push
    self.repo.push(remote, force)
  File 
"/home/crady/Workshop/Cpp/sage/git-trac-command/git_trac/git_repository.py", 
line 181, in push
    self.git.echo.push('trac', refspec)
  File 
"/home/crady/Workshop/Cpp/sage/git-trac-command/git_trac/git_interface.py", 
line 341, in meth
    return self.execute(git_cmd, *args, **kwds)
  File 
"/home/crady/Workshop/Cpp/sage/git-trac-command/git_trac/git_interface.py", 
line 98, in execute
    popen_stderr=subprocess.PIPE)
  File 
"/home/crady/Workshop/Cpp/sage/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/captaintrunky/wrap_gap_structure_description"
    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/captaintrunky/wrap_gap_structure_description (n/a (unpacker error))
    STDERR: error: failed to push some refs to 
'g...@trac.sagemath.org:sage.git'


OS: Fedora 20
Python: 2.7.5
git-trac rev: 61220f4 fdc05da

What should I do with it? Updating credentials and ssh key didn't help.

-- 
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