【发布时间】:2015-12-21 17:29:20
【问题描述】:
我去 bitbucket,我看到其他编码器执行了提交。
在更新我的本地代码之前,我从他的代码中执行了 git pull
但是现在我正在尝试推送代码,但我无法
这是我的命令行
git status
nothing to commit, working directory clean
git add .
git commit -m "Adding all files"
nothing to commit, working directory clean
git push -f
【问题讨论】:
-
澄清一下,你已经提交了你的更改,你已经从远程拉了最新的,你似乎没有任何合并冲突,你已经尝试过
git push -f。最后要了解的是您无法推动的方式。git push -f的输出是什么?
标签: git repository bitbucket