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
This ticket documents a known issue with the new git implementation (mei-friend v1.2.0) in Firefox:
Attempting to open encodings from large repositories (> ~450MB) may cause a 'cloning error' pop-up to display instead of the requested encoding. This appears to be an issue with the underlying isomorphic-git module; we are currently waiting on clarification and hoping this can be fixed.
TypeError: null has no properties
readSlice http://localhost:5001/static/deps/isomorphic-git.umd.min.js:8
As a work-around when working with such large repositories and encountering this problem, either
switch to another browser such as Chrome to work on encodings from such large repositories; or,
download the encoding locally onto your machine, perform your edits, and then save locally and upload to Github outside of mei-friend to commit your changes
The text was updated successfully, but these errors were encountered:
musicog
changed the title
v1.2.0: cloning error when opening files from large repositories in Firefox
v1.2.x: cloning error when opening files from large repositories in Firefox
Jan 21, 2025
This ticket documents a known issue with the new git implementation (mei-friend v1.2.0) in Firefox:
Attempting to open encodings from large repositories (> ~450MB) may cause a 'cloning error' pop-up to display instead of the requested encoding. This appears to be an issue with the underlying isomorphic-git module; we are currently waiting on clarification and hoping this can be fixed.
As a work-around when working with such large repositories and encountering this problem, either
The text was updated successfully, but these errors were encountered: