fatal:Authentication failed for “http....
输入
git config --system --unset credential.helper
会在你本地生成一个文本,用于记录你的账号和密码。
再操作一次git pull(clone 或 push)操作后,它会提示你输入账号密码,这一次输入成功后,就不需要再次输入密码了。
输入
git config --system --unset credential.helper
会在你本地生成一个文本,用于记录你的账号和密码。
再操作一次git pull(clone 或 push)操作后,它会提示你输入账号密码,这一次输入成功后,就不需要再次输入密码了。