TortoiseSVN 客户端每次都要求提供凭据
我使用 TortoiseSVN 作为客户端,它要求提供每个操作的凭据。 “保存身份验证”没有多大帮助。如何才能避免每次都索要凭据?
I'm using TortoiseSVN as client and it is asking for the credentials for every action. The 'Save Authentication' doesn't help much. How do I make it to not ask for the credentials every time?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我有同样的问题。我不确定为什么会发生冲突,但如果您清除 Subversion 身份验证缓存,它将再次开始工作。
删除以下文件夹:
[文档和settings][UserID]\Application Data\Subversion\auth \
auth 文件夹将在您下次进行身份验证时重建,并且“保存身份验证”复选框应再次开始工作。
I had the same issue. I'm not sure why the conflic happens, but if you clear the the Subversion auth cache it'll start working again.
Delete the following folder:
[docs & settings][UserID]\Application Data\Subversion\auth
The \auth folder will get rebuilt the next time you authenticate, and the "Save Authentication" checkbox should start working again.
http://tortoisesvn.net/ssh_howto.html
阅读:
SSH 密钥生成和连接检查(客户端)
http://tortoisesvn.net/ssh_howto.html
Read:
SSH key generation and connection check (client)