Here is the full error message:
saad@saad-ThinkPad-X201:~/sage$ git status
On branch t/20936/
adding_conversion_for_divide_and_product_class_in_sage_m2_interface
nothing to commit, working directory clean
saad@saad-ThinkPad-X201:~/sage$ git trac push
Pushing to Trac #20936...
Guessed remote branch: u/zonova/
adding_conversion_for_divide_and_product_class_in_sage_m2_interface
Traceback (most recent call last):
  File "/usr/local/bin/git-trac", line 18, in <module>
    cmdline.launch()
  File "/usr/local/lib/python2.7/dist-packages/git_trac/cmdline.py", line 
223, in launch
    app.push(ticket_number, remote=args.remote, force=args.force)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/app.py", line 216, 
in push
    self.repo.push(remote, force)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/git_repository.py", 
line 197, in push
    self.git.echo.push('trac', refspec)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/git_interface.py", 
line 341, in meth
    return self.execute(git_cmd, *args, **kwds)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/git_interface.py", 
line 98, in execute
    popen_stderr=subprocess.PIPE)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/git_interface.py", 
line 263, in _run
    raise GitError(result)
git_trac.git_error.GitError: git returned with non-zero exit code (128) when 
executing "git push trac 
HEAD:refs/heads/u/zonova/adding_conversion_for_divide_and_product_class_in_sage_m2_interface"
    STDERR: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    STDERR: @       WARNING: POSSIBLE DNS SPOOFING DETECTED!          @
    STDERR: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    STDERR: The ECDSA host key for trac.sagemath.org has changed,
    STDERR: and the key for the corresponding IP address 104.197.143.230
    STDERR: is unknown. This could either mean that
    STDERR: DNS SPOOFING is happening or the IP address for the host
    STDERR: and its host key have changed at the same time.
    STDERR: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    STDERR: @    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
    STDERR: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    STDERR: IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
    STDERR: Someone could be eavesdropping on you right now (man-in-the-middle 
attack)!
    STDERR: It is also possible that a host key has just been changed.
    STDERR: The fingerprint for the ECDSA key sent by the remote host is
    STDERR: 5b:97:c8:74:a6:c4:e4:55:d1:13:8a:84:a3:85:25:6f.
    STDERR: Please contact your system administrator.
    STDERR: Add correct host key in /home/saad/.ssh/known_hosts to get rid 
of this message.
    STDERR: Offending ECDSA key in /home/saad/.ssh/known_hosts:2
    STDERR:   remove with: ssh-keygen -f "/home/saad/.ssh/known_hosts" -R 
trac.sagemath.org
    STDERR: ECDSA host key for trac.sagemath.org has changed and you have 
requested strict checking.
    STDERR: Host key verification failed.
    STDERR: fatal: Could not read from remote repository.
    STDERR: 
    STDERR: Please make sure you have the correct access rights
    STDERR: and the repository exists.


I'm assuming this has something to do with the recent changes to trac? I 
believe I properly updated my git trac command (I pulled the most recent 
version and ran the installation script). What exactly should I do here?

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

Reply via email to