无法通过ssh从bitbucket克隆应用程序

时间:2017-06-13 13:59:10

标签: git ssh bitbucket

当我从服务器上的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.

我该怎么办? 请告诉我。

感谢

1 个答案:

答案 0 :(得分:0)

作为替代解决方案,您可以尝试使用BitBucket提供的HTTPS URL,其类似于https://user@bitbucket.org/owner/project.git 此方法基于密码,允许您在不必配置SSH访问的情况下工作。