日常问题收集

git 提示fatal: Authentication failed for...又不弹出用户名和密码的解决办法:

git config --system --unset credential.helper  //重置验证设置

以验证成功

你可能感兴趣的:(日常问题收集)