我跑到下面的命令第5章Ruby on Rails的教程 - Git的合併拋出錯誤
$ bundle exec rake test
$ git add -A
$ git commit -m "Finish layout and routes"
$ git checkout master
$ git merge filling-in-layout
運行最後的 「合併」 命令,它拋出了以下錯誤後:
error: Your local changes to the following files would be overwritten by checkout:
spring/50c4ccb1d8f630979e84c03ba14676d1.pid
Please, commit your changes or stash them before you can switch branches.
Aborting
My .gitignore file is as follows :
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
# Ignore Spring files.
/spring/*.pid
我DNT看到合併的文件,我也無法切換回分支 - 填充佈局。該應用已停止在雲端Ide服務器上工作。
請大家指出一下。
您的解決方案已經爲我工作 – Shail
非常感謝好友! – Shail
這個問題仍然存在 - 發生什麼是每當我改變分支,它會拋出.pid錯誤.. dnt知道我在做什麼錯 – Shail