【发布时间】:2013-12-17 08:15:28
【问题描述】:
我是 bitbucket 的新手。我正在阅读 bitbucket 文档来学习它。我在分叉概念。在 fork 文档中,他们提供了如何将 fork 存储库克隆到我的本地计算机的教程。本教程使用 TortoiseHG 工作台。我已经将外部回购分叉到我的回购中。现在我想使用 git bash 克隆我的 fork 存储库,因为我已经克隆了一个 git 存储库。我无法使用 bit bash 克隆 fork 存储库。是只使用 TortoiseHG Workbench 克隆了 fork repo 还是有克隆命令。
我正在使用这些命令来克隆我的 fork 存储库。
git clone git@bitbucket.org:user/myqoute.git
错误是
conq: not a git repository.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
【问题讨论】:
标签: fork clone bitbucket git-bash