Git Clone ERROR:未找到存储库

时间:2016-05-26 08:26:33

标签: git github

给出以下消息致命:找不到存储库'url'

Saurabh-Saurabh:~ TestName$ git clone https://github.com/Test/TestNewApp.git
Cloning into 'TestNewApp'...
remote: Repository not found.
fatal: repository 'https://github.com/Test/TestNewApp.git/' not found
Saurabh-Saurabh:~ TestName$ 

2 个答案:

答案 0 :(得分:0)

将github网址粘贴到浏览器中并检查。没有这样的存储库。

答案 1 :(得分:0)

您收到此错误的原因是因为您提供了作为git clone命令参数的url。它不是有效的网址。我假设您在github上的用户名为' test'。您需要为git clone命令提供正确的url。在您的测试存储库中,您会看到下载或克隆按钮:Clone URL

您需要复制该URL并将其作为参数提供给git clone。