Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写使用pysvn获取 svn 日志历史记录的 Python 应用程序。它适用于 http:// 之类的 url,但对于 svn+ssh://,我会在命令行上提示输入密码!
我使用callback_get_login进行身份验证。
有什么方法可以避免提示并使用 pysvn 对 svn+ssh svn repos 进行身份验证?
这是 svn+ssh 的正常行为。除非您已部署 SSH 密钥并使用该主机的用户名进行连接,否则您将遇到此问题。
不幸的是,经过一些研究,看起来 PySVN 目前可能不支持使用 SSH 密钥。