Solo  当前访客:3 开始使用

【记录】- git报repository not found


1. 原因

电脑里原先使用git的用户,存储了自己的用户名密码, 导致再次输入时不需要再输。 同时原用户有被注销了权限

这时候报错如下

$ git clone http:/xxx.git
Cloning into 'api'...
remote: Not Found
fatal: repository 'http://xxx.git/' not found

2. 解决方法

git credential-manager uninstall
git credential-manager install


标题:【记录】- git报repository not found
作者:hugh0524
地址:https://blog.uproject.cn/articles/2019/04/23/1556005055176.html

, , 0 0