git-credential-osxkeychain想要使用你存储在钥匙串的github.com中的机密信息

场景

从github拉取私有仓库代码报错,remote: Repository not found.

macos输入本机锁屏密码访问保存在钥匙串中的github账户密码,如果不对应私有仓库的用户密码,将会报错。

remote: Repository not found.

解决

  1. 删除钥匙串中的github.com
  2. 再次拉取私有仓库的代码
  3. 在控制台输入用户名和token即可