Sergio Padrino
Sergio Padrino
I _think_ the problem is related to [this check](https://github.com/desktop/desktop/blob/c694b334c6ca3911d03bd9601403c354137acbdf/app/src/lib/api.ts#L2275-L2291) we have to check if a URL with a hostname that is not well-known (e.g. github.com, gitlab.com, bitbucket.orgβ¦) could belong to...
@Happyrobot33 new test build with the changes from #19149 if you don't mind giving it a try π - macOS (Apple silicon): https://desktop.githubusercontent.com/releases/3.4.4-test5-1c281738/GitHubDesktop-arm64.zip - macOS (Intel): https://desktop.githubusercontent.com/releases/3.4.4-test5-1c281738/GitHubDesktop-x64.zip - Windows: https://desktop.githubusercontent.com/releases/3.4.4-test5-1c281738/GitHubDesktopSetup-x64.exe
Yay!! Thank you for testing it πππ
I made a new test build with some improvements to avoid hitting that `/meta` endpoint for every single git command #19149 If anyone gives this one a try, please let...
While we investigate the reason behind this issue, could you try moving those repositories to another folder? Let's say to Documents. I wonder if it has anything to do with...
Thanks for your logs! Looking at them, I think this is the problem: ``` error: [ui] 'git status' emitted 28676952 bytes, which is beyond the supported threshold of 20000000 bytes...
Seems the same problem as https://github.com/desktop/desktop/issues/18052 Could you check if [this solution](https://github.com/desktop/desktop/issues/18052#issuecomment-1903769634) fixes your issue?
Thank you for bringing this up @ferenczy! β€οΈ I just checked and the problem seems to be we're running `git config --global user.email`, and when a specific scope (like `--global`)...
I think it should be easy to do, yeah. Please go ahead and submit a PR if you feel comfortable to do so! I'll assign the issue to you π...
@ferenczy yeah, it should be just thatβ¦ but as everything, it might have unexpected consequences or side-effects π Β I think the idea would be trying to keep the changes to...