【发布时间】:2023-05-14 15:08:01
【问题描述】:
我将一个 repo 克隆到我的本地驱动器上,对文件进行了一些更改,并为这些更改做了 git add + git commit。当我去推送它时,我得到了这些错误
git push origin master
remote: Repository not found.
fatal: repository 'https://github.com/*******/*****.git/' not found
我是 Git 新手,所以我不太确定这里发生了什么。我可以访问回购所以它不应该是一个隐私问题。我能够对其他存储库进行更改并毫无问题地推送它们,因此我的 Git 设置正确。
【问题讨论】: