Gabriel Stackhouse

Results 12 comments of Gabriel Stackhouse

@virgo47 This seems to match the bug described here: https://github.com/Maximus5/ConEmu/issues/1510

Confirming this issue as well - glad I'm not the only one. Extremely frustrating having to close and reopen tabs multiple times a day. ConEmu 221218 x64 Windows 11 Pro...

Is there any update on this? I love ConEmu, but this bug is unfortunately making it near-unusable currently.

Had to make the switch to Windows Terminal until this gets fixed, because like I said, the error happens frequently enough to essentially render ConEmu unusable. I really do hope...

@ManikanthMSFT Thank you for the update - I look forward to this feature being implemented!

> Can you please run step 4 with `GIT_TRACE=1` set in the environment and post the output? Sure! ``` name@host MINGW64 ~ $ export GIT_TRACE=1 name@host MINGW64 ~ $ yadm...

Sure thing: ``` user@host MINGW64 ~ $ yadm enter env | grep GIT GIT_DIR=C:/Users//.local/share/yadm/repo.git GIT_WORK_TREE=/c/Users/ ``` ``` user@host MINGW64 ~ $ bash -x $(which yadm) version + '[' -z '5.2.37(1)-release'...

Both work: ```bash user@host MINGW64 ~ $ GIT_DIR=/c/Users//.local/share/yadm/repo.git git config --local --name- only --list core.repositoryformatversion core.filemode core.bare core.symlinks core.ignorecase core.sharedrepository core.worktree receive.denynonfastforwards status.showuntrackedfiles yadm.managed user@host MINGW64 ~ $ GIT_DIR=C:/Users//.local/share/yadm/repo.git git...

It does not, no. On Mon, Jan 27, 2025, 11:43 PM Ross Smith II ***@***.***> wrote: > @gabriel-stackhouse Does your > username have a space in it? > > —...

Looks like neither command worked: ```bash user@host MINGW64 ~ $ GIT_DIR=/c/Users//.local/share/yadm/repo.git transcrypt --local --name- only --list transcrypt: unknown option -- local usage: transcrypt [-c CIPHER] [-p PASSWORD] [-h] user@host MINGW64...