git配置账号

git config --global user.name "xxxxx" 
git config --global user.email "xxxx@163.com"
git remote add origin https://gitee.com/MTrun/big-screen-vue-datav.git
git push -u origin master
原文地址:https://www.cnblogs.com/yeminglong/p/12755200.html