请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

git push -u origin master老师这个是github的命令,因为我连接的是imooc的仓库,这个命令应该做怎么样的修改呀

git push -u origin master  //提交到你的仓库

老师这个是github的命令,因为我连接的是imooc的仓库,这个命令应该做怎么样的修改呀,始终连接不上在报错

https://img1.sycdn.imooc.com//szimg/62c6ea0509245fe510620386.jpg

正在回答 回答被采纳积分+3

2回答

张轩 2022-07-09 08:59:12

同学你好

可以采用 git push -f orign master

试一下 f 代表 --force 强制推送

0 回复 有任何疑惑可以回复我~
张轩 2022-07-08 09:17:23

同学你好

你这个报错是因为你本地的分支和远程的不一样导致的

可以先运行

git pull 将远程的和本地的合并一下。

然后在 git push 试一下。

0 回复 有任何疑惑可以回复我~
  • 提问者 不如自成宇宙666 #1
    这个‘git pull 将远程的和本地的合并一下。然后在 git push 试一下。’已经操作过了,之前使用github没有出现过这个问题
    pull会显示'will pull 0 commit into zheye2,push会显示以下的错误信息,按照百度操作了一些但是还没有解决问题
    [2022-07-08 03:39:56.951] 
    Failed to execute git {
      "exitCode": 1,
      "gitErrorCode": "PushRejected",
      "gitCommand": "push",
      "stdout": "",
      "stderr": "To https://git.imooc.com/CoderCoke/zheye2.git\n ! [rejected]        master -> master (non-fast-forward)\nerror: failed to push some refs to 'https://git.imooc.com/CoderCoke/zheye2.git'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'git pull ...') before pushing again.\nhint: See the 'Note about fast-forwards' in 'git push --help' for details.\n"
    }
    回复 有任何疑惑可以回复我~ 2022-07-08 11:41:06
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信