Android Studio can't authenticate with SVN

前端 未结 4 655
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-12 14:38

I\'m new in Android Studio. I\'m trying to import my project and work with the built-in svn of android studio.

When I import the project to android studio, it works

4条回答
  •  情深已故
    2021-02-12 15:17

    Maybe an other solution : in my case, the SVN SSL certificate is a self-signed, so AndroidStudio won't make checkout until the certificate is accepted. It seems that AndroidStudio doesn't ask what the user want to do.

    The solution was to make a checkout with tortoiseSVN (do it with svn command line otherwise) in a temporary folder. Tortoise asked you for accepting the certificate : choose 'Permanently accept'. After that, AndroidStudio checked out successfully my files.

    Please note that AndroidStudio might be configured to use the system svn environment (File > Settings > Version Control > Subversion).

    Hope it will help.

提交回复
热议问题