MacOS上Git无法克隆解决方案(remote: Repository not found. fatal: repository '‘not found)

来源:互联网 发布:淘宝子账号怎么申请 编辑:程序博客网 时间:2024/06/07 01:48

MasOS上git无法使用,总是存在远程文件找不到,但是的确是存在github上,而且权限也没有问题,调研了一番,主要问题是需要重置一下osxkeychain(mac 钥匙链)。

git credential-osxkeychain erasehost=github.comprotocol=https

在尝试一下就ok了,存在问题的,尝试一下吧!

1 0