Android Studio can't authenticate with SVN

前端 未结 4 652
佛祖请我去吃肉
佛祖请我去吃肉 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:11

    Please have a look on issue reported in Intellij Idea with some workarounds in reply if it helps you

    http://youtrack.jetbrains.com/issue/IDEA-26844 (Srinivas Reply)

    and

    http://youtrack.jetbrains.com/issue/IDEA-81294 (Irina Chernushina (JetBrains))

    you need to set your configuration info in SVN tunnel config file(~/.subversion/config) kssh = /your/path/to/ssh

    in tunnel section.example mine looks like : kssh = /usr/bin/ssh

    Remember you need to point your IDE to use subversion config file in the subversion options or change it in ~/.subversion_IDEA/config file

提交回复
热议问题