I have a private repository in bitbucket.There are two branch one is master and anoter is eventdesign. Designer does design in eventdesign branch.Now, i want to merge the eventdesign branch with the master so that i can use the design.i used the following command.
git fetch origin
git merge origin/eventdesign
But i got the following error
error: invalid object 100755 6b852b618ad4e91b4c5fe65693731f160b9fb3cb for 'packages/frozennode/administrator/css/ui/images/ui-icons_0073ea_256x240.png'
fatal: git write-tree failed to write a tree
I had searched alot but can't figure it out. Any suggestion will be appriciated.
Thanks