git config --global user.name ""
git config --global user.email "your mail"

----------------------------------------------------
git config --list
----------------------------------------------------

ssh-keygen -t rsa -C "your mail"

ls/pwd

cd ~/.ssh
rm -rf *

git clone..

相关文章:

  • 2021-05-14
  • 2021-06-27
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
猜你喜欢
  • 2022-02-02
  • 2022-12-23
  • 2021-07-21
  • 2021-05-13
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
相关资源
相似解决方案