我正在使用Ruby on Rails项目中的Atom和Git。不幸的是,今天我放弃了对我的development.sqlite3数据库的更改。我试图通过“撤消丢弃”恢复,但没有成功。出现合并冲突,Atom控制台说:
GitError:git -c color.ui = false -c color.status = false -c color.showBranch = false -c color.diff = false -c color.branch = false merge-file -p db / development.sqlite3 /private/var/folders/4r/4dj62r992jd05pwt8y9h29jw0000gn/T/github-discard-history-118028-13442-17wmext.0ll9ykfbt9/db/development.sqlite3-after-discard /private/var/folders/4r/4dj62r992jd05pwt8y9h29jw0000gn/T/github-discard-history-118028-13442-17wmext.0ll9ykfbt9/db/development.sqlite3-before-discard -L current -L之后丢弃-L之前丢弃/用户/ xxx退出代码255 stdout: stderr:错误:无法合并二进制文件:db / development.sqlite3
at new GitError (/Applications/Atom.app/Contents/Resources/app/node_modules/github/lib/git-shell-out-strategy.js:104:24) at /Applications/Atom.app/Contents/Resources/app/node_modules/github/lib/git-shell-out-strategy.js:362:33 at Generator.next (<anonymous>) at step (/Applications/Atom.app/Contents/Resources/app/node_modules/github/lib/git-shell-out-strategy.js:92:197) at /Applications/Atom.app/Contents/Resources/app/node_modules/github/lib/git-shell-out-strategy.js:92:367
(匿名)@:104770步@:104089(匿名)@ :104089
有没有可能拯救我的最后一个州?我知道rails db和合并冲突是一件特别的事情,但我希望摆脱它。我不想放松工作时间。
感谢。