sudo apt-get install git
git config --global user.name "jhc888007"
git config --global user.email "[email protected]"
ssh-keygen -t rsa -C "[email protected]"
参考文献:http://blog.csdn.net/hustpzb/article/details/8230454/
时间: 2024-10-12 18:47:18
sudo apt-get install git
git config --global user.name "jhc888007"
git config --global user.email "[email protected]"
ssh-keygen -t rsa -C "[email protected]"
参考文献:http://blog.csdn.net/hustpzb/article/details/8230454/