1.配置git
先输入ssh-keygen –t rsa –C “邮箱地址”
git config –global user.name “用户名” git config –global user.email “邮箱”
2.防火墙