从命令行检出存储库时如何显式设置 svn 密码
我收到svn:授权失败错误,并且我想确保我第一次输入了正确的密码,因此我想重置密码。
当我尝试查看存储库时,第一次输入密码后不再提示输入密码。
I'm getting svn: Authorization failed error and I want to make sure that I typed the correct password the first time, so I want to reset the password.
When I try to check out the repository there's no longer a prompt for a password after the password was typed the first time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用命令行帮助:)
在那里您可以看到:
如果您希望 svn 客户端忘记您的密码,您必须删除
~/.subversion/auth/svn.simple/
中的相应文件Use the command line help :)
There you can see:
If you want that svn client forgets your password you must delete the appropiate file in
~/.subversion/auth/svn.simple/