Hi,
I'm using bash in my terminals and I face very often a weird issue that happens when I change to another work branch and make a pull. The first time the pull fails showing the error message below. The second time works fine.
$ git checkout devel
$ (𝘮 ← 272 devel) 2A git pull
Ubuntu 13.10 ssh-pty
error: Ref refs/remotes/origin/devel is at 8d5945183d93bb831fc58f71b0801b97fbb2076f but expected 91981363fc49ccc92b7519695f08e7c9e41ec181
From xxxxxx:proyect/app
! 9198136..8d59451 devel -> origin/devel (unable to update local ref)
$ (𝘮 ← 274 devel 2↓) 2A git pull
Ubuntu 13.10 ssh-pty
Updating 9198136..8d59451
Fast-forward
...
Can anybody point me out in the right direction about what the problem is? Thanks.
Hi,
I'm using bash in my terminals and I face very often a weird issue that happens when I change to another work branch and make a pull. The first time the pull fails showing the error message below. The second time works fine.
Can anybody point me out in the right direction about what the problem is? Thanks.