Android Studio Fails To Connect To Svn Server - Ssl Handshake Failure
I am having issues to connect to SVN server using Android Studio 1.01. When I try to browse the remote SVN repository I get the following error: Subversion: (Accessing URL: https:/
Solution 1:
In Idea or Android Studio, Settings > Version Control > Subversion in General tab, check "Use command line client" with "svn" value.
My error was solved with this solution.
Post a Comment for "Android Studio Fails To Connect To Svn Server - Ssl Handshake Failure"