MasOS上Git无法使用,总是存在远程文件找不到但是的确是存在github上,而且权限也没有问题,查询后知道问题,主要问题是需要重置一下osxkeychain(mac 钥匙链)。
``
git credential-osxkeychain erase
host=github.com
protocol=https
``
MasOS上Git无法使用,总是存在远程文件找不到,需要重置osxkeychain(max钥匙链)
``
git credential-osxkeychain erase
host=github.com
protocol=https
``