git问题ERROR: Repository not found
Posted peipeiyu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git问题ERROR: Repository not found相关的知识,希望对你有一定的参考价值。
报错内容:
remote: Repository not found.
fatal: repository ‘https://github.com/pete/first_app.git/‘ not found
解决方法:三个命令中的一个
git config --unset-all credential.helper git config --global --unset-all credential.helper git config --system --unset-all credential.helper
以上是关于git问题ERROR: Repository not found的主要内容,如果未能解决你的问题,请参考以下文章