GitUI was closed due to an unexpected panic.
I am using Windows 11 with Windows Terminal
panicked at asyncgit\src\revlog.rs:186:14: failed to fetch: GixDiscover(Open(Config(Init(Parse(Error { line_number: 32, last_attempted_parser: Name, parsed_until: "[ "\\.git\\safe"]\r\n\tdirectory = u:\\git\\Read_Atmos.git\r\n[init]\n\tdefaultBranch = main\n" })))))
trace:
0: git_odb_object_data
1:
Rayon: detected unexpected panic; aborting
@cruessler @Byron oh oh that looks like some funky upstream issue?
Yes, indeed! @halo59-dev Can you share the relevant parts of your git config, so we can investigate? Thanks!
Wow, I'd call that an unexpectedly helpful error message! And look at the type: GixDiscover(Open(Config(Init(Parse(Error) - it's nearly an English sentence 😄.
It looks like the git configuration parser choked on what probably is a valid Git configuration file. Is it possible to share the whole file (containing "[ "\\.git\\safe"]\r\n\tdirectory = u:\\git\\Read_Atmos.git\r\n[init]\n\tdefaultBranch = main\n") for a reproduction?
PS: here is the clear-text snippet that didn't parse for completeness.
[ "\.git\safe"]
directory = u:\git\Read_Atmos.git
[init]
defaultBranch = main