git config --list
git config user.name
git config user.email
git config --global
git config --global --unset user.name
git config --global --unset user.email
git config --list
git config user.name
git config user.email

相关文章:

  • 2021-11-03
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2021-12-17
  • 2021-08-21
  • 2022-12-23
猜你喜欢
  • 2021-09-16
  • 2022-12-23
  • 2021-04-17
  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
相关资源
相似解决方案