我试着用这个命令在ubuntu 14.10上创建一个本地git存储库,但是失败了,错误是“你没有正确的访问权限”。知道有什么问题吗?,是防火墙问题吗?

$git clone -o khronos [email protected]:vulkan/LoaderAndTools.git .
Cloning into '.'...
ssh: connect to host gitlab.khronos.org port 22: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

谢谢

最佳答案

连接超时消息表示您的计算机无法连接到端口22。
由于我可以很好地访问gitlab.khronos.org端口22,我的结论是问题出在您的本地网络中的防火墙上。

09-26 12:48