配置全局:
使用者名:git config --global user.name ""xx""
郵箱:git config --global user.email "yy"
驗證:git config --global --list

ssh key生成:
ssh-keygen -t rsa -C "yy"
配置全局:
使用者名:git config --global user.name ""xx""
郵箱:git config --global user.email "yy"
驗證:git config --global --list
ssh key生成:
ssh-keygen -t rsa -C "yy"