我通过网络控制台创建了一个OpenShift应用程序,并使用rhc setup
创建了一个私钥/公钥对。
现在我尝试使用以下方法克隆源代码:
git clone ssh://571f385a7628e1161a000080@test-acasaccia.rhcloud.com/~/git/test.git/
(从控制台复制的URL)。
git clone
失败,并显示以下消息:
ssh: Could not resolve hostname test-acasaccia.rhcloud.com: Name or service not known
fatal: Could not read from remote repository.
有什么想法吗?
答案 0 :(得分:2)
首先检查您是否有与机器的连接。
如果putty无法连接,则表示连接问题 我认为它是一个DNS问题,一旦你解决它,你将能够克隆。