gitlab SSH密钥项目克隆问题

时间:2014-10-11 15:21:15

标签: git ssh clone gitlab ssh-keys

我很擅长使用GIT。我知道添加,提交,推送和拉动的基础知识。

我的团队项目存储在gitlab上。我在工作中设置了公共SSH密钥,以便我们在项目上一起工作 我们试图在家工作,所以我正在设置另一个SSH密钥,我可以克隆项目。我正确设置了SSH密钥(我确定了这一点......它说我在gitlab上存储了两个SSH密钥)但是当我运行git clone命令时我收到此消息...我有完全访问权限到存储库...我被列为所有者。
我想也许我的mac有问题。也许我还没有配置什么?

ryans-imac:~ ryanchampin$ git clone git@gitlab.synapseny.com:acr-booth.git
Cloning into ‘acr-booth’…
ssh: connect to host gitlab.synapseny.com port 22: Operation timed out
fatal: Could not read from remote repository.

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

1 个答案:

答案 0 :(得分:0)

首先,通过从安装目录运行此命令来检查您的GitLab服务器是否已成功配置:ingreds

接下来,您应该尝试通过运行此命令来设置bundle exec rake gitlab:checkgitlab-shell

相关问题