2016-03-09 67 views

回答

2

您可使用該憑證助手刪除在終端執行下列命令你的鑰匙串項:

$ git credential-osxkeychain erase 
host=github.com 
protocol=https 
[Press Return] 

要添加新帳戶,你可以做以下命令:

git config --global user.name "YOUR NAME" 
git config --global user.email "YOUR EMAIL ADDRESS"