从昨天开始,我就陷入了困境。我知道有一些关于此的主题,但没有任何效果。
我创建了一个存储库,但我仍然无法进行第一次提交。此外,无法结帐;我只能通过公开 url 来签出项目。
我在 RiouxSVN.com 有一个帐户
我的用户类似于 name_name (两个名称由 分隔_
)
我的密码只包含字母和数字。
每次我做
svn checkout url
我得到这样的东西
svn checkout https://riouxsvn.com/svn/***
Authentication realm: <https://riouxsvn.com:443> RiouxSVN
Password for 'dell':
Authentication realm: <https://riouxsvn.com:443> RiouxSVN
Username: name_name
Password for 'name_name':
Authentication realm: <https://riouxsvn.com:443> RiouxSVN
Username: name_name
Password for 'name_name':
svn: OPTIONS of 'https://riouxsvn.com/svn/***': authorization failed: Could not authenticate to server: rejected Basic challenge (https://riouxsvn.com)
'dell' 是我机器中的用户(我不知道为什么要问我)
公开存储库后,我将其签出(未经身份验证)并且我无法进行提交。这就是我得到的
svn commit
Authentication realm: <https://riouxsvn.com:443> RiouxSVN
Password for 'dell':
Authentication realm: <https://riouxsvn.com:443> RiouxSVN
Username: name_name
Password for 'name_name':
Authentication realm: <https://riouxsvn.com:443> RiouxSVN
Username: name_name
Password for 'name_name':
svn: Commit failed (details follow):
svn: MKACTIVITY of '**********590f4de6-f163-4a84-b2ef-032bda678d16': authorization failed: Could not authenticate to server: rejected Basic challenge (https://riouxsvn.com)
svn: Your commit message was left in a temporary file:
svn: '/media/C47A3F8A7A3F77EE/Dev/Projects/UCyG - Control de Avance de Obra/ucyg/svn-commit.tmp'
为安全起见,删除网址。
我很确定我的密码没问题(我可以毫无问题地登录该页面),但我不知道该怎么办。
我在这里和 Stackoverflow 之外阅读了一些问题,但仍然不知道为什么我会收到身份验证错误
任何帮助将不胜感激。
如果重要的话,我的操作系统是 Linux Mint 13 Maya 64 位。