fatal-repository-https-github-com-xxx-xxxx-git-not-found
作者: 時光
来源: 時光的博客园子
原文: https://blog.shiguang666.eu.org/2024/06/25/af627f48440e/
fatal-repository-https-github-com-xxx-xxxx-git-not-found
在拉取GitHub仓库时,遇到了如下错误
详细报错如下
D:\Desktop\Test>git clone https://github.com/xiangyangdev/blog_source.git
Cloning into 'blog_source'...
remote: Repository not found.
fatal: repository 'https://github.com/xiangyangdev/blog_source.git/' not found
这是在拉取一个私有仓库时遇到的问题,可以直接使用个人访问令牌进行身份验证。
git clone https://<你的令牌>@github.com/xiangyangdev/blog_source.git
如下图所示: