get-git icon indicating copy to clipboard operation
get-git copied to clipboard

QUOTA_BYTES_PER_ITEM quota exceeded

Open kumavis opened this issue 10 years ago • 2 comments

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

kumavis avatar Jul 31 '15 05:07 kumavis

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.

jkingsman avatar Aug 05 '15 06:08 jkingsman

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.

jkingsman avatar Aug 05 '15 15:08 jkingsman