Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Github 如何解决表示未找到存储库的问题?_Github_Repository - Fatal编程技术网

Github 如何解决表示未找到存储库的问题?

Github 如何解决表示未找到存储库的问题?,github,repository,Github,Repository,我在github上创建了一个repo,在windows上的本地目录命令提示符下,我键入了repo的git clone https URL字符串,它一直告诉我remote:Repository not found。致命:存储库 请问我该如何着手解决这个问题 谢谢 我已经删除了github上的回购协议。我试图重新创建它,确保它与本地系统中的文件夹保持相同的字母大小写 C:\Users\Olaniyi Adeosun\Desktop\cashurban>git clone 克隆成“现金城”。。。 远程

我在github上创建了一个repo,在windows上的本地目录命令提示符下,我键入了repo的git clone https URL字符串,它一直告诉我remote:Repository not found。致命:存储库

请问我该如何着手解决这个问题

谢谢

我已经删除了github上的回购协议。我试图重新创建它,确保它与本地系统中的文件夹保持相同的字母大小写

C:\Users\Olaniyi Adeosun\Desktop\cashurban>git clone 克隆成“现金城”。。。 远程:未找到存储库。
致命:未找到存储库“”

如果它是私有存储库,则git必须登录到正确的github帐户才能访问。您可以使用配置

git config --global user.name "<username>"
git config --global user.email <your@email.ca>
git config--global user.name“”
git config--全局user.email
或者删除最后一个参数以读取当前配置

如果它不工作,也可能是https连接错误,那么您可以尝试使用git://

git clone git://github.com/<USER>/<REPO>.git
git克隆git://github.com//.git