使用 Android Studio 时 Subversion 未进行身份验证
Subversion not authenticating when using Android Studio
这是这个问题的后续问题:
Android Studio can't authenticate with SVN
我得到了一个在 Eclipse 中使用的 Android 项目,我只是将它转换为一个工作的 AS 项目。使用 Eclipse 时,SVN 工作正常。当出于某种原因使用 AS 时,每次我尝试提交或更新时,我都会收到询问我的用户名和密码的提示,并且它不断重复自己,但从未成功。当我按取消时,出现此错误:
Error:svn: E170012: When using svn+ssh:// URLs, keep in mind that the --username and --password options are ignored because authentication is performed by SSH, not Subversion
svn: E170012: Unable to connect to a repository at URL 'svn+ssh://...
svn: E170012: Can't create tunnel
svn: E720002: Can't create tunnel: The system cannot find the file specified.
到目前为止我尝试的是取消选中关注两项
Use command line client
Use system default Subversion configuration directory
此外,我尝试使用以下命令编辑 SVN 配置文件夹中的服务器文件:
store-passwords = yes
store-ssl-client-cert-pp = yes
store-plaintext-passwords = yes
store-ssl-client-cert-pp-plaintext =yes
还能做什么?
我最终只是再次将项目检出到一个新文件夹,即使没有设置我在问题中写的所有内容,一切都开始工作了
这是这个问题的后续问题:
Android Studio can't authenticate with SVN
我得到了一个在 Eclipse 中使用的 Android 项目,我只是将它转换为一个工作的 AS 项目。使用 Eclipse 时,SVN 工作正常。当出于某种原因使用 AS 时,每次我尝试提交或更新时,我都会收到询问我的用户名和密码的提示,并且它不断重复自己,但从未成功。当我按取消时,出现此错误:
Error:svn: E170012: When using svn+ssh:// URLs, keep in mind that the --username and --password options are ignored because authentication is performed by SSH, not Subversion
svn: E170012: Unable to connect to a repository at URL 'svn+ssh://...
svn: E170012: Can't create tunnel
svn: E720002: Can't create tunnel: The system cannot find the file specified.
到目前为止我尝试的是取消选中关注两项
Use command line client
Use system default Subversion configuration directory
此外,我尝试使用以下命令编辑 SVN 配置文件夹中的服务器文件:
store-passwords = yes
store-ssl-client-cert-pp = yes
store-plaintext-passwords = yes
store-ssl-client-cert-pp-plaintext =yes
还能做什么?
我最终只是再次将项目检出到一个新文件夹,即使没有设置我在问题中写的所有内容,一切都开始工作了