为什么我收到“无法创建 .../.hg/record-backups”信息?当尝试在 Mercurial 中提交时?
有人见过这个吗?谢谢。
在 Windows Vista Service Pack 1 上将 Mercurial 1.7.5 与 TortoiseHg 结合使用。
Has anyone seen this before? Thanks.
Using Mercurial 1.7.5 with TortoiseHg on Windows Vista Service Pack 1.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果使用 TortoiseHg,则
commit.py
似乎将此错误与操作系统操作严格联系在一起,因此一定存在某种 ACL 问题(正确访问)。
If this is with TortoiseHg, the
commit.py
seems to ties this error strictly with an os operationSo there must be some kind of ACL issue (right access).