git config --global -l
git config --global user.name "test"
git config --global user.email "test@gmail.com"cd ~/.ssh
ssh-keygen -t rsa -C "test@gmail.com"
本文共 205 字,大约阅读时间需要 1 分钟。
git config --global -l
git config --global user.name "test"
git config --global user.email "test@gmail.com"cd ~/.ssh
ssh-keygen -t rsa -C "test@gmail.com"
转载于:https://www.cnblogs.com/hcfan/p/11286235.html