我正在尝试从Heroku上的暂存环境中获取,所以我可以看到当前正在进行的代码,我似乎无法做到这一点。
$ git fetch --all
Fetching origin
Fetching staging
Fetching repositoryerror: Ref refs/remotes/heroku/master is at 10b0cb58d32cee52d904af489943089f57268bb5 but expected 0119065aba7da6103c516efa7a24e7d83da45676
From heroku.personal:staging-app
! 0119065..ab29b87 master -> heroku/master (unable to update local ref)
, done.
error: Could not fetch staging
我不确定如何获取升级。我的生产环境也有同样的问题。从原点获取工作正常。我也试过git fetch staging -f
。