Я просто хочу клонировать SVN-репо с помощью этой команды:
git svn clone https://svn/repo/here/trunk
Он запрашивает у меня пароль, но я никогда не устанавливал пароль. Я прочитал, что я должен посмотреть в файлах в этом каталоге:
C:\Users\<user>\AppData\Roaming\Subversion\auth\svn.simple
Но этот каталог пуст.
И вот что я получаю:
$ git svn clone <url>
Initialized empty Git repository in C:/Users/<user>/Desktop/git0/trunk/.git/
Authentication realm: <https://eps-svn:443> VisualSVN Server
Authentication realm: <https://eps-svn:443> VisualSVN Server
Authentication realm: <https://eps-svn:443> VisualSVN Server
Can't create session: Unable to connect to a repository at URL <url>: No more credentials or we tried too many times.
Authentication failed at C:/Program Files/Git/mingw64/share/perl5/Git/SVN.pm line 148.
Ни одно из предложений в других темах не сработало