git配置
https://chuna2.787528.xyz/alwayswyy/p/5674635.html
git config --global -l
git config --global user.name "test"
git config --global user.email "[email protected]"
cd ~/.ssh
ssh-keygen -t rsa -C "[email protected]"
欢迎指正:[email protected]
https://chuna2.787528.xyz/alwayswyy/p/5674635.html
git config --global -l
git config --global user.name "test"
git config --global user.email "[email protected]"
cd ~/.ssh
ssh-keygen -t rsa -C "[email protected]"