TortoiseHg 2.1.1 Windows版web问题总结

问题主要纠结在 'Blackhole' object has no attribute 'fileno‘

1. 切换不同的project启动Web后,点stop无效,提示 'Blackhole' object has no attribute 'fileno‘ ,必须彻底重开workbench。

2. 启动web后,其他机器通过http来clone无法执行,客户端显示http 500错误,在server端出现 'Blackhole' object has no attribute 'fileno‘错误。
解决方案:通过hg command启动hg serve --port 8000 --debug -R D:\hg_Project




你可能感兴趣的:(Web,windows,object,server,command)