git clone时 Repository not found Windows下及Linux下
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone时 Repository not found Windows下及Linux下相关的知识,希望对你有一定的参考价值。
参考技术A 在Windows10下git clone 时候(我执行了git clone --recursive git://github.com/gnuradio/gunradio.git )出现 Repository not found 。解决方法如下:1、 打开控制面板
2、 点开“用户帐户”
3、 点击“管理你的凭据”
4、 选中“Windows凭据”
5、 在“普通凭据”一栏中点击“添加普通凭据”
6、 将“git://github.com/gnuradio/”写入“Internet地址或网络地址”,并输入自己电脑的用户名和密码,写完后点击确定。
控制面板内的相关设置最终如下图
现在即可git clone。
还可如下操作:
git clone https://github.com/gnuradio/gnuradio 也就是把git换成https,然后把最后面那个.git去掉(或者把刚刚git://github.com/gnuradio/gunradio.git复制粘贴到浏览器中,那么此时在浏览器中所显示的链接就是对应的https开头的链接了),这种操作方法在Linux中遇到Repository not found时候也同样适用。
以上是关于git clone时 Repository not found Windows下及Linux下的主要内容,如果未能解决你的问题,请参考以下文章
git clone 提示:remote not found fatal repository "……" not found
Git clone命令出现"fatal repository not found"错误
码云clone提示“you do not have permission to pull from the repository”
fatal: Authentication failed could not read from remote repository
fatal: Authentication failed could not read from remote repository