如何修复远程:未找到存储库错误?

时间:2021-07-26 15:36:59

标签: git github

我正在尝试修复 git 错误:

<块引用>

远程:未找到存储库。

致命:未找到存储库“https://github.com/user_name/xxx.git/”

我已经尝试了以下修复,但没有任何修复可以为我解决问题

  1. 尝试将存储库 url 添加为: git remote set-url origin https://github.com/user_name/xxx.git/.
  2. 尝试使用以下命令全局设置我帐户的默认身份:
git config --global user.email "user@example.com"
git config --global user.name "username"
git config --global user.password "password"
  1. 尝试使用我的存储库的新克隆。

但是,我仍然找不到任何运气来解决这个问题。非常感谢任何帮助。

谢谢,

0 个答案:

没有答案