使用备用用户名检查 svn 项目时遇到困难

发布于 2024-09-18 17:17:55 字数 459 浏览 5 评论 0原文

我正在尝试从学校服务器签出一个项目,但它尝试使用我的计算机登录名而不是我的服务器登录名,因此失败。

我的命令:

svn checkout svn+ssh://[server name and stuff]/[school login name]

它说:

[computer login]@[server name]'s password:

不存在。

我尝试使用 --username 参数:

svn checkout --username [school login] svn+ssh://[server name and stuff]/[school login name]

但它为同一个不存在的用户请求相同的密码。我的结账命令做错了什么?

I'm trying to check out a project from a school server, but it attempts to use my computer login name instead of my server login name, so it fails.

my commands:

svn checkout svn+ssh://[server name and stuff]/[school login name]

and it says:

[computer login]@[server name]'s password:

which doesn't exist.

I attempted to use the --username parameter:

svn checkout --username [school login] svn+ssh://[server name and stuff]/[school login name]

but it requests the same password for the same nonexistent user. What am I doing wrong with my checkout command?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

微暖i 2024-09-25 17:17:55

尝试

svn checkout svn+ssh://[school login name]@[server name]/[svn path]

Try

svn checkout svn+ssh://[school login name]@[server name]/[svn path]
我爱人 2024-09-25 17:17:55

两件事:

(1)清除所有客户端凭据缓存
http://chestofbooks。 com/computers/revision-control/subversion-svn/Client-Credentials-Caching-Serverconfig-Netmodel-Credcache.html

(2) 学校的服务器是否配置错误(或故意这样配置)?例如,它可能通过硬连线要求您从学校计算机进行连接。

Two things:

(1) clear out all client credentials cache
http://chestofbooks.com/computers/revision-control/subversion-svn/Client-Credentials-Caching-Serverconfig-Netmodel-Credcache.html

(2) Is the school's server misconfigured (or intentionally configured that way)? For example, it may be hardwired to require you to connect from a school computer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文