User/password is correct, but git trac --user user --password "password" 
fails with


Saved trac username.
> Saved trac password.
> Trac xmlrpc URL:
>     http://trac.sagemath.org/xmlrpc (anonymous)
>     http://trac.sagemath.org/login/xmlrpc (authenticated)
>     realm sage.math.washington.edu
> Username: user
> Password: 'password'
> Retrieving SSH keys...
> 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 
> 252, in launch
>     app.print_config()
>
>   File "/usr/local/lib/python2.7/dist-packages/git_trac/app.py", line 344, in 
> print_config
>     for key in self.trac.get_ssh_fingerprints():
>
>   File "/usr/local/lib/python2.7/dist-packages/git_trac/trac_server.py", line 
> 88, in get_ssh_fingerprints
>     for key in self.get_ssh_keys():
>
>   File "/usr/local/lib/python2.7/dist-packages/git_trac/trac_server.py", line 
> 79, in get_ssh_keys
>     return self.authenticated_proxy.sshkeys.getkeys()
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1240, in __call__
>     return self.__send(self.__name, args)
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1599, in __request
>     verbose=self.__verbose
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1280, in request
>     return self.single_request(host, handler, request_body, verbose)
>
>   File 
> "/usr/local/lib/python2.7/dist-packages/git_trac/digest_transport_py2.py", 
> line 129, in single_request
>     return self.parse_response(response)
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1490, in parse_response
>     return u.close()
>   File "/usr/lib/python2.7/xmlrpclib.py", line 797, in close
>     raise ResponseError()
> xmlrpclib.ResponseError: ResponseError()
>

If this is outdated git-trac script, how do I update it?

On Monday, 29 August 2016 19:01:01 UTC+2, Volker Braun wrote:
>
> On Monday, August 29, 2016 at 6:48:38 PM UTC+2, Travis Scrimshaw wrote:
>>
>> I believe "git trac checkout" is for retrieving a branch already on the 
>> trac server.
>>
>
> It also creates a new one if there is none yet. 
>
> The issue is somewhere in authentication, either the trac password is 
> incorrect or the git-trac script is too old (there was a recent change with 
> switch to https)
>

-- 
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to