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