2016-11-14 68 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

我結束了剛剛檢查出項目再次到一個新的文件夾,即使沒有設置我寫在問題中的所有東西,一切開始工作