1. Start the `git-opfs` demo. 2. Append the following code after line 35 of the `main.ts`: ```js const statusMatrix = await git.statusMatrix({ fs, dir: '/repo', }); console.log('statusMatrix', statusMatrix); ``` 3. Open https://localhost:9876/. 4. You will see the error in the console: ``` TypeError: Failed to execute 'getFileHandle' on 'FileSystemDirectoryHandle': Name is not allowed. ``` > Related issue in `isomorphic-git`: https://github.com/isomorphic-git/isomorphic-git/issues/1839