git问题ERROR: Repository not found

时间:2020-01-09 20:59:37   收藏:0   阅读:74
报错内容:
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
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!