Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error: addinfo_cache failed while cherrypicking

I am getting the followinge error while cherry-picking a gerrit...does anyone have info on what this means and why would anyone see it?

error: addinfo_cache failed for path 'ROE/NAS/src/abc.c
like image 872
carte blanche Avatar asked Apr 19 '13 19:04

carte blanche


1 Answers

Looks like this has something to do with the whitespace and EOL. I also got the same issue today and just used the git-->mergetool to resolve the issue based on the following thread - http://git.661346.n2.nabble.com/error-addinfo-cache-failed-during-merge-tp6840473p6840622.html.

The only cause of concern, I now see the entire file modified instead of just the two lines which were part of my cherry-pick changeset.

like image 130
Nikhil Gupta Avatar answered Nov 14 '22 11:11

Nikhil Gupta