步骤如下:git initgit add . // 添加所有修改git commit -m "comment..."git remote add originhttps://gitee.com/xxxx.gitgit push -u origin master -f-f 表示强制推送