【问题标题】:Cannot access Gitlab repo from browser or from terminal无法从浏览器或终端访问 Gitlab 存储库
【发布时间】:2017-07-29 04:14:07
【问题描述】:

我无法从浏览器访问 Gitlab。 我收到以下消息:

无法访问此站点

gitlab.com 响应时间过长。

试试:

  • 检查连接
  • 检查代理和防火墙
  • 运行 Windows 网络诊断
  • ERR_TIMED_OUT

我无法从终端使用 git pull origin mastergit push -u origin master
它显示以下错误消息:

**fatal: unable to access "https://gitlab.com/myproject.git/" : OpenSSL SSL_connect: SS_ERROR_SYSCALL in connection to gitlab.com:443**

帮我解决问题, 谢谢。

【问题讨论】:

    标签: windows git gitlab


    【解决方案1】:

    检查您的 DNS 设置,您可以访问其他网站吗?这似乎不是gitlab 特定的问题。

    另外,您的远程 URL 看起来很奇怪。通常是gitlab.com/user/repo.git

    • 试试其他网站,它们有用吗?
    • 尝试使用在线whois 服务从 gitlab 获取 IP 地址。打开这个IP有用吗?
    • 调整你的原点:

      git 远程 rm 来源 git 远程添加来源“https://username@gitlab.com/username/password.git

    试试这个,如果有效果就报告。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-12-20
      • 2016-08-02
      • 2021-12-13
      • 1970-01-01
      • 2022-12-04
      • 2020-04-09
      相关资源
      最近更新 更多