原创 bash git 配置

1、設置Git的 user name和email:$ git config --global user.name "xxx"$ git config --global user.email "[email protected]"2、生成祕鑰 ssh-