最佳答案
我在 Windows7上使用 GitBash,我们使用 GitHub 作为我们的库源。
每次我推或拉,我必须提供用户和密码凭证。我知道我的 SSH 密钥设置正确,否则我将无法访问存储库。(也就是说,一旦我输入了凭证,推/拉操作就会正常工作。)
我已经进去了
git config --global user.name myusername
git config --global user.email myemail
git config --global github.user myusername
git config --global github.token mytoken
但尽管如此,每次我推/拉的时候,我都会被要求提供证书。