git error: read error while indexing: Invalid argument

696 Views Asked by At

I'm initializing a repo in a Google Drive folder which contains a gsheet file. When I index the folder this error happens:

git add .
error: read error while indexing file.gsheet: Invalid argument
error: file.gsheet: failed to insert into database
error: unable to index file 'file.gsheet'

Do you know why is that? This question asking for the same error but I don't know how to apply it to my case.

0

There are 0 best solutions below