远端和本地创建git仓库 git init .git remote add origin xxx@xxx:modulegit add .git commit -m "init"git push origin master