Git pull 时的错误【Please commit your changes or stash them before you merge】
当git pull origin master当时候发生以下的错误:
1 2 3 4 5 6 7 8 9 10
$ git pull origin master From https://github.com/user-name/app-name * branch master -> FETCH_HEAD Updating e05c05f..050505 error: Your local changes to the following files would be overwritten by merge: Gemfile.lock config/initializers/devise.rb Please commit your changes or stash them before you merge. Aborting $