与 CVS 的连接错误

发布于 2024-07-14 17:40:53 字数 288 浏览 2 评论 0原文

我尝试通过 eclipse 连接到 CVS。 输入(主机、存储库路径、用户、密码)并单击“完成”后,出现以下错误:

验证位置时出错:“无法连接到:pserver:用户名@主机:/CVS/Myproject:发生 I/O 异常:ProxyHTTP:java.IOEXCEPTION:代理错误(不允许指定的套接字层 (SSL) 端口.ISA 服务器未配置为允许来自此端口的 SSL 请求。大多数 Web 浏览器使用端口 443 进行 SSL 请求。)”

我能做什么?

I try to connect to CVS through eclipse. After entering (host, repository path, user, password) and by clicking finish, it gives me the following error :

Error validating location : "Could not connect to :pserver:username@host:/CVS/Myproject:I/O exception occured: ProxyHTTP: java.IOEXCEPTION: proxy error (the specified socket layer (SSL) port is not allowed.ISA Server is not configured to allow SSL REQUEST FROM THIS PORT. most web browser use port 443for SSL request .)"

What could I do ?

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

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

发布评论

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

评论(3

舟遥客 2024-07-21 17:40:53

如果您需要通过代理服务器访问 Web,但使用不应通过代理访问的内部 CVS 服务器,则可以将 CVS 服务器添加到 Eclipse 的代理绕过列表中。

为此,请转至 Windows→首选项→常规→网络连接,然后单击“添加主机”。 您可能需要使用通配符来指定所有内部服务器,例如 *.mycompany.com.au163.189.*

If you need to access the Web via a proxy server, but use an internal CVS server that shouldn't be accessed via the proxy, you can add the CVS server to Eclipse's proxy bypass list.

To do this, go to Windows→Preferences→General→Network Connections and click 'Add Host'. You'll likely want to use wildcards to specify all internal servers, e.g. *.mycompany.com.au or 163.189.*.

-残月青衣踏尘吟 2024-07-21 17:40:53

显然是你的代理服务器有问题。 尝试在 Eclipse 中禁用代理设置或要求系统管理员修复代理服务器配置。

Obviously a problem with your proxy server. Try disabling proxy settings in Eclipse or ask your system administrator to fix the proxy server configuration.

空宴 2024-07-21 17:40:53

在我的具体情况下,我解决了这个问题:windows -> 偏好-> 网络连接并设置Active Provider = Direct

一旦我修改了这个,我就可以查看代码。

In my particular case, i solved this issue going to: windows -> preferences -> network connections and set Active Provider = Direct

As soon as i modified this i was able to check out the code.

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