所以我在工作之前遇到过这个问题,然后通过购买一台新电脑解决了这个问题(它已经过时了)。
昨天一切正常,今天早上我尝试冲浪到公司gitlab并且无法连接。当我尝试将存储库克隆到本地系统时,我得到一个端口22:连接超时,当我尝试使用https时,我得到端口443:超时
在Chrome上,我得到"ERR_CONNECTION_TIMED_OUT"
Edge告诉我"There was a temporary DNS error. Try refreshing the page.
Error Code: INET_E_RESOURCE_NOT_FOUND"
我已经ping了ip而且我得到了'#34;请求超时"
当我运行$ ssh -vT git@github.com
时,它给了我一堆行,但它以
debug1: No more authentication methods to try.
Permission denied (publickey).
如果我运行$ ssh -vT git@gitlab.company.com
我就是
OpenSSH_7.5p1, OpenSSL 1.0.2k 26 Jan 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to gitlab.company.com [10.1.10.21] port 22.
cddebug1: connect to address 10.1.10.21 port 22: Connection timed out
ssh: connect to host gitlab.company.com port 22: Connection timed out
我已经重新生成了SSH密钥并将它们放在https://gitlab.com/profile/keys中(我可以访问它,它只是不起作用的gitlab.company.com)。
我和公司的IT人员谈过,他们说没有任何改变,没有新的防火墙,没有任何东西。
我确实安装了Chrome测试服务器以开始制作PWA,但是在我发现我再次遇到这个gitlab问题以后认为可能需要对其进行操作后将其删除。卸载后我重启了我的电脑。
我还能做些什么?我在Windows 10上运行Ubuntu并在Oracle VM虚拟盒中运行(我可以很好地连接)。
感谢。
编辑: 我几天前完成了系统恢复,没有帮助,我登录了一个不同的Windows帐户,仍然无法连接,我更换了网线(使用了同事他的"互联网")仍然无法运作。必须有一些我在本地做的事搞砸了。