我在Windows 7上使用Git Bash。我们使用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
但是无论如何,每次我推/拉时都会要求我提供凭据。