一:git init
二:git add --all
三:git commit -m '第一次提交'
四:在gitee上建好仓库,复制仓库地址
五:git remote add origin https://gitee.***.git
六:git push -u origin master -f
over