Git-SVN 不允许我进行身份验证

Hug*_*ney 6 authentication subversion git

Arch Linux 上的 Git 1.7.9.1:

git svn init -s https://app.svn.beanstalk.com/repo
Initialized empty Git repository in /path/to/repo/.git/
Authentication realm: <https://app.svn.beanstalk.com/repo:443> SVN    
Password for 'localuser':
Authentication realm: <https://app.svn.beanstalk.com/repo:443> SVN
Username: remoteuser
Password for 'remoteuser':
Authentication realm: <https://app.svn.beanstalk.com/repo:443> SVN
Username:
Run Code Online (Sandbox Code Playgroud)

无论我输入我的详细信息多少次,它都不会接受它们。我已在 Web 浏览器中使用相同的凭据成功登录。我也试过这个没有-s, 和--no-minimize-url标志。这是怎么回事?

Mai*_*oID 0

我发现这是最新版本1.9.0中的一个错误,在上一个版本1.8.5.2中我可以成功验证。