[SOLVED] [git] When I do 'git pull' I get an error message
|
Slarioux
![]()
Joined: 2009-08-08
Posts: 56 |
Posted: Wed, 2009-11-25 08:09
|
|
This is not at all a gallery 3 issue, but I ran into it and I can't seem to find the answer. I Googled, but people seem to have it on other repositories as well, but none of them post a fix. Anyway, like I was saying in some other thread, I'm running gallery3 straight of git. "Because I can", basically. I have the following problem since this morning: Quote:
sander@einstein:$ git pull You can guess what my question is, I think. ;-) If there is no solution, or you know of one, it will be easy to switch my gallery over to a new directory and symlink the /var/. I do it already. But I was hoping you'd know a solution |
|


Posts: 25961
I just did a git pull and did not see that but did see:
perhaps you can do:
git reset --hard HEAD && git pullDave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 56
It didn't work.
And then:
But no worries. I'm pretty sure it's local. I'll switch to a new dir. Should go without a hitch
.
Posts: 56
And I just did.
I must admit I found the "hard pull" trick at the wiki as well. I just was afraid it might break things. Thanks for your help!