You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might have to do with the permissions of the repository. Are you the admin on the system? If so, try to make sure that both the ./pdfs and ./textpackages are writeable. Also, make sure you are able to write to temporary directories from anywhere in the system because FlyLaTeX uses temporary directories to store results of latex compilations (.log, .aux, .pdf files).
changed group and made it writable. still get a CommitError
{ error: { [Error: spawn ENOENT] code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn' },
func: 'repo.checkout()' }
the server would go up and down before the permission change now it is staying up. I can create a document and save, I can not write in the document and save. That is when we receive the error.
saving a document we receive a CommitError.
this is what we get i n the log.
CommitError
{ error: { [Error: spawn ENOENT] code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn' },
func: 'repo.checkout()' }
Any ideas?
The text was updated successfully, but these errors were encountered: