【发布时间】:2017-06-14 09:20:50
【问题描述】:
当我从服务器上的 bitbucket 克隆我的应用程序时,我不能。 我的克隆命令在这里
git clone git@bitbucket.org:kyohei0423/bookpicks.git
这是一些作为答案的消息
Cloning into 'bookpicks'...
fatal: 'bitbucketkyohei0423/bookpicks.git' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我检查是否可以通过 ssh 登录 我用ssh登录了
$ ssh -T git@bitbucket.org
logged in as kyohei0423.
You can use git or hg to connect to Bitbucket. Shell access is disabled.
我还要尝试什么? 请告诉我。
谢谢
【问题讨论】:
-
您可能应该显示您的克隆命令。您还希望如何获得帮助?
-
您的克隆命令似乎有问题...
-
感谢您的建议我显示我的克隆命令
-
用
GIT_SSH_COMMAND="ssh -vvv" git clone git@bitbucket.org:kyohei0423/bookpicks.git发布调试日志