QUOTA_BYTES_PER_ITEM quota exceeded
Unchecked runtime.lastError while running storage.set: QUOTA_BYTES_PER_ITEM quota exceeded at Object.callback (chrome-extension://agddmammmnpdglmincfngjfnehmopoln/js/content_script.js:79:29)reportIfUnchecked @ extensions::lastError:133
This is a limitation in the way get-git stores the list of sites and their respective .git data. I can fix this to use local storage, which will lift the space restriction, but I won't get a chance to look at that until next week, most likely.
In the mean time, a workaround would be to clear unneeded sites out of GetGit, with a mind for text length/size - e.g. removing a large number of entries might be less productive than removing one entry with an enormous .gitignore.