git配置

https://www.cnblogs.com/alwayswyy/p/5674635.html

 

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"

 

posted @ 2019-08-02 00:26  点点_滴滴  阅读(134)  评论(0编辑  收藏  举报