Mac 钥匙串 - 记住 svn+ssh// 密码
我正在使用 Snow Leopard,并且通过标准命令行访问 svn:
svn co svn+ssh//[email protected]/svn/myproject
How can I get Keychain / svn to Remember my password?
I'm using Snow Leopard and I access svn through the standard commandline:
svn co svn+ssh//[email protected]/svn/myproject
How can I get Keychain / svn to remember my password?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
所以我似乎只需在 KeyChain Access 中创建一个与我的 svn 用户名匹配的钥匙串就可以完成这项工作...?真有这么简单吗?
我很想知道这是否能解决你的问题。
So I seem to have this working by simply creating a keychain in KeyChain Access that matches my svn user name... ? can it be that simple?
I'll be curious to know if that fixes it for you.
svn 从 1.4 版开始支持钥匙串密码,但也许与 svn+ssh 有关,这意味着它们在您的情况下没有被使用。
我建议尝试使用合适的 Mac OS X SVN 客户端。
版本:http://versionsapp.com/
基石:http://www.zennaware.com/cornerstone/index.php
svn from version 1.4 onwards supports Keychain passwords, but perhaps there is something to do with svn+ssh that means they aren't being used in your case.
I recommend trying out a proper Mac OS X SVN client instead.
Versions: http://versionsapp.com/
Cornerstone: http://www.zennaware.com/cornerstone/index.php
我建议改用 SSH 密钥。您会发现,一旦设置完毕,通过命令行进行管理就容易多了。
查看Subversion 支持和 ssh 密钥对了解快速教程。
I would recommend using SSH keys instead. You'll find that once set up they're far easier to manage from the command line.
Check out Subversion support and ssh key pairs for a quick tutorial.