2016-11-14 66 views
0

时,这是一个后续问题,这个问题:颠覆不验证使用过Android Studio

Android Studio can't authenticate with SVN

我得到了一个Android项目,我在Eclipse中使用,我只是把它转换成一个工作作为项目。在使用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 

还有什么可以做的?

回答

0

我结束了刚刚检查出项目再次到一个新的文件夹,即使没有设置我写在问题中的所有东西,一切开始工作