Questions tagged «abort»



1
如果--abort不起作用,如何中止交互式变基?
我已经通过交互式资源库陷入混乱,现在我想中止它。(即回到我进入交互式rebase模式之前的位置,以我为例,通过git pull --rebase)。方法似乎是通过git rebase --abort,但这不起作用: $ git rebase --abort error: Ref refs/heads/master is at 55b388c141b1485b1acd9e050dbeb0eb90ef2ee7 but expected b918ac16a33881ce00799bea63d9c23bf7022d67 fatal: Cannot lock the ref 'refs/heads/master'. Could not move back to refs/heads/master 如何摆脱交互式变基模式,并清理所有对此模式的引用?(git reset --hard成功,但不会使我退出重新设置基准的模式。)
127 git  exit  rebase  abort  quit 


17
Xcode 8 cocoapods中止陷阱:6
localhost:PodTest3 haiwang$ pod install Analyzing dependencies Downloading dependencies Installing MBProgressHUD (0.9.2) Installing Masonry (1.0.2) Generating Pods project Abort trap: 6 升级到Xcode 8后,将cocoapods无法再使用。我尝试卸载并安装,但是仍然无法正常工作。

1
如何中止Git Bisect
我通过指定好和坏的修订版本开始了git bisect,但我认为它们没有注册。另外,由于我试图指定git bisect的好坏,所以我认为git没有做任何事情。我想中止整个二等分,以便我可以重新启动该操作。git bisect reset似乎是我要找的东西,但我想仔细检查一下,然后再弄乱任何东西。
80 git  abort  git-bisect 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.