Git克隆错误:找不到存储库

Git克隆错误:找不到存储库,git,github,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:~ TestN

出现以下消息致命:未找到存储库“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$ 

在浏览器中粘贴github url并选中。没有这样的存储库。

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


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

在我的案例中,存储库的可能副本是可用的