PoGoBag icon indicating copy to clipboard operation
PoGoBag copied to clipboard

[QUESTION] not updating gemfile.lock

Open PassyFox opened this issue 8 years ago • 5 comments

after updating it says it aborted. how to resolve this issue?

C:\PoGoBag>git pull remote: Counting objects: 68, done. remote: Compressing objects: 100% (67/67), done.Unpacking objects: 11% (8/68) emote: Total 68 (delta 25), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (68/68), done. From https://github.com/dphuang2/PoGoBag b47d0c9..899f9b2 master -> origin/master

  • [new branch] angularify -> origin/angularify Updating b47d0c9..899f9b2 error: Your local changes to the following files would be overwritten by merge: Gemfile.lock Please commit your changes or stash them before you can merge. Aborting

C:\PoGoBag>

PassyFox avatar Aug 18 '16 10:08 PassyFox

I have this exact problem too. Otherwise, the program still works fine.

pandacubed avatar Aug 18 '16 15:08 pandacubed

Try to re-clone the repo and let me know

dphuang2 avatar Aug 18 '16 19:08 dphuang2

@dphuang2 : I re-cloned it and still got the same error when I used the git pull command in the project directory.

pandacubed avatar Aug 19 '16 17:08 pandacubed

same as panda's ^^

PassyFox avatar Aug 21 '16 15:08 PassyFox

Just found this thread by accident. I also had that problem about 3 or 4 weeks ago and for me it helped to just delete the gemfile.lock file as I did not change anything in that file.

SonGokuSSJ avatar Sep 10 '16 14:09 SonGokuSSJ