无法从浏览器或终端访问Gitlab repo

时间:2017-07-29 04:14:07

标签: windows git gitlab

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

  

无法访问此网站

     

gitlab.com 花了太长时间才做出回应。

     

尝试:

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

我无法从终端使用 git pull origin master git 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**

帮我解决问题, 感谢。

1 个答案:

答案 0 :(得分:0)

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

此外,您的远程URL似乎很奇怪。它通常是gitlab.com/user/repo.git

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

    git remote rm origin git remote add origin" https://username@gitlab.com/username/password.git"

尝试此操作并报告是否有效。