Git Clone - 未找到存储库 [英] Git Clone - Repository not found

查看:969
本文介绍了Git Clone - 未找到存储库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

  git clone< url> 

给出了下面的消息fatal:repository'url'not found



我在网址中尝试了以下选项。但力气工作,请提出任何更多的方法。



https:// help.github.com/articles/error-repository-not-found

解决方案

很可能,您的网址是无效。

如果它是一个http / https网址,您可以通过将URL链接到浏览器来快速检查。如果这一切都没有显示任何内容,那么您知道该URL是无效的。



我假设您正在谈论远程存储库。这些网址应该看起来像这样:

  https://github.com/user/repo2.git如果您正在使用HTTPS 
git@github.com:user / repo2.git如果您使用SSH


git clone <url>

is given the below message fatal: repository 'url' not found

I have tried the below options in the url. But dint work, please suggest any more approaches.

https://help.github.com/articles/error-repository-not-found

解决方案

Most probably, your URL is not valid.

If it is a http/https URL, you can quickly check, by hammering the URL into a browser. If that does not display anything at all, you know that the URL is invalid.

I assume you are speaking of a remote repository. The URLs should look somewhat like these:

https://github.com/user/repo2.git if you're using HTTPS
git@github.com:user/repo2.git if you're using SSH

这篇关于Git Clone - 未找到存储库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆