当我尝试通过CVS提交到存储库时,我得到了错误消息
cvs [log aborted]: the :extssh: access method is not available on this system发布于 2012-05-21 20:33:18
根据我在
http://blog.gmane.org/gmane.comp.version-control.cvs.tortoisecvs.user/month=20080701/page=2
http://customer.march-hare.com/webtools/bugzilla/ttshow_bug.cgi?tt=1&id=4918
和
http://www.cvsnt.org/pipermail/cvsnt/2007-March/028600.html
如果更改行,则可以解决此问题
extssh = ssh_protocol.dll
至
extssh = ssh.dll
在文件C:\Program Files (x86)\CVSNT\protocol_map.ini (Windows7)中
并将文件移动到
Windows:\Program Files (x86)\CVSNT\protocols\protocol_map.ini ( 7)
希望这对某些人有帮助
https://stackoverflow.com/questions/10685305
复制相似问题