i tried to push changes to ticket #2167 $git push trac t/2617/2617_solve_check_domain
and here is the output: Warning: the ECDSA host key for 'trac.sagemath.org' differs from the key for the IP address '104.197.143.230' Offending key for IP in /home/uranium/.ssh/known_hosts:1 Matching host key in /home/uranium/.ssh/known_hosts:3 Are you sure you want to continue connecting (yes/no)? yes Counting objects: 7, done. Delta compression using up to 8 threads. Compressing objects: 100% (7/7), done. Writing objects: 100% (7/7), 787 bytes | 787.00 KiB/s, done. Total 7 (delta 6), reused 0 (delta 0) remote: FATAL: W refs/heads/t/2617/2617_solve_check_domain sage gh-varenyamBakshi DENIED by fallthru remote: error: hook declined to update refs/heads/t/2617/2617_solve_check_domain To trac.sagemath.org:sage.git ! [remote rejected] t/2617/2617_solve_check_domain -> t/2617/2617_solve_check_domain (hook declined) error: failed to push some refs to 'g...@trac.sagemath.org:sage.git' then i tried $ git trac push --branch 'u/gh-Torrencem/2617_solve_check_domain' and here is the output Pushing to Trac #2617... Specified remote branch: u/gh-Torrencem/2617_solve_check_domain Warning: the ECDSA host key for 'trac.sagemath.org' differs from the key for the IP address '104.197.143.230' Offending key for IP in /home/uranium/.ssh/known_hosts:1 Matching host key in /home/uranium/.ssh/known_hosts:3 Are you sure you want to continue connecting (yes/no)? yes Traceback (most recent call last): File "/bin/git-trac", line 17, in <module> cmdline.launch() File "/home/uranium/git-trac-command/git_trac/cmdline.py", line 247, in launch app.push(ticket_number, remote=args.remote, force=args.force) File "/home/uranium/git-trac-command/git_trac/app.py", line 218, in push self.repo.push(remote, force) File "/home/uranium/git-trac-command/git_trac/git_repository.py", line 196, in push self.git.echo.push('trac', refspec) File "/home/uranium/git-trac-command/git_trac/git_interface.py", line 340, in meth return self.execute(git_cmd, *args, **kwds) File "/home/uranium/git-trac-command/git_trac/git_interface.py", line 97, in execute popen_stderr=subprocess.PIPE) File "/home/uranium/git-trac-command/git_trac/git_interface.py", line 262, 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/gh-Torrencem/2617_solve_check_domain" STDERR: remote: FATAL: W refs/heads/u/gh-Torrencem/2617_solve_check_domain sage gh-varenyamBakshi DENIED by fallthru STDERR: remote: error: hook declined to update refs/heads/u/gh-Torrencem/2617_solve_check_domain STDERR: To trac.sagemath.org:sage.git STDERR: ! [remote rejected] HEAD -> u/gh-Torrencem/2617_solve_check_domain (hook declined) STDERR: error: failed to push some refs to 'g...@trac.sagemath.org:sage.git' please 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 view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/8d58d80d-a107-47cd-a0cc-962d8488af10%40googlegroups.com.