【问题标题】:Git Bash git push origin main remote: Repository not found. fatal: repositor not foundGit Bash git push origin 主远程:找不到存储库。致命:未找到存储库
【发布时间】:2022-10-23 12:47:25
【问题描述】:

更改存储库可见性公开

git push origin 主要 远程:repository.git 的权限被拒绝测试。 致命:无法访问“https://github.com/repository.git”:请求的 URL 返回错误:403

更改存储库可见性设为私有

git push origin 主要 远程:未找到存储库。 致命:找不到存储库“https://github.com/repository.git/”

【问题讨论】:

    标签: git repository github


    【解决方案1】:

    解决方案:

    转到:控制面板 -> 用户帐户 -> 管理您的凭据 -> Windows 凭据

    在通用凭证下有一些与 Github 相关的凭证, 单击它们,然后单击“删除”。

    【讨论】: