无法克隆克隆

时间:2016-03-22 09:05:09

标签: linux git ubuntu

我想使用以下命令克隆存储库。

 git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git

此命令出现以下错误。

dev@ubuntu:/a/WebRtc/Tools$ 
dev@ubuntu:/a/WebRtc/Tools$git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
Cloning into 'depot_tools'...
fatal: 'origin' 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.
dev@ubuntu:/a/WebRtc/Tools$

this is the link of the screenshot

我试过以下方式:

  • 更新git版本。
  • 尝试使用Ubuntu 15.10和14.04.4。
  • 在Windows机器上尝试相同的命令,它正常工作。

1 个答案:

答案 0 :(得分:0)

clone (非推送或拉动)期间的此类错误消息表示git无法正确创建本地存储。
例如,参见" Cannot git clone to VMWare shared folder",其中创建硬链接的可能性是有问题的。

检查:

  • 如果您的用户有权创建文件/符号链接/硬链接,或
  • 如果有某种apparmor policy会阻止/限制您的设置中的文件创建,或
  • 如果/a/WebRTC是具有受限权限的已装入文件夹