## error: failed to mmap. Could not write data: Permission denied. Getting this error while executing the following code ```javascript repository.fetchAll({ callbacks: { certificateCheck: function () { return 0; }, credentials: function (_url: string, userName: string) { return Git.Cred.sshKeyNew( userName, sshPublicKeyPath, sshPrivateKeyPath, '' ); } } }) ```