+ -
当前位置:首页 → 问答吧 → mercurial server安装后clone连接错误

mercurial server安装后clone连接错误

时间:2011-07-15

来源:互联网

根据网上的方法,配置memcurial-server 
hg clone ssh://hg@ip/hgadmin后,报如下错误

remote: Traceback (most recent call last):
remote: File "/usr/share/mercurial-server/hg-ssh", line 76, in <module>
remote: dispatch.dispatch(['-R', repo, 'serve', '--stdio'])
remote: File "/usr/local/lib/python2.7/dist-packages/mercurial/dispatch.py", line 31, in dispatch
remote: if req.ferr:
remote: AttributeError: 'list' object has no attribute 'ferr'
abort: no suitable response from remote hg!

作者: yongma   发布时间: 2011-07-15

AttributeError: 'list' object has no attribute 'ferr'
没有这个属性,这是python吧,检查下代码

作者: lgxwqq111   发布时间: 2011-07-15