一 ,进入项目目录 执行 git init
二,执行 git add --all
三,执行 git commit -m "注释"
四,执行 git remote add origin https://gitee.***.git
五,执行 git push -u origin master -f
中间会出现 登录界面
提交代码到Gitee
原文:https://www.cnblogs.com/pengbaowei/p/11960955.html