When opening Git bash or running any command, the time it takes to complete these actions is agonizingly long. The startup time is also way too long. However, if I disable my network connection, it works normally. Here is what I have tried that didn't work:
- Commenting out "helper = manager" in the config.
- Changing the credential provider from Azure, which it was set to a long time ago, back to https://www.github.com/ in the config.
- Running Bash as an administrator.
- Making sure $HOME points to a local directory.
I saw something about an AMD issue and switching to integrated graphics, but I don't have an AMD graphics card and I play games that would be unplayable on integrated graphics. Given that I have to work with a remote repo for school, disabling my network connection is not an option either. I also don't want to switch to the windows command shell, and I don't have another device.
I'm not sure how to check trace logs, but I'm willing to try. I'm running on Windows 10 with bash version 5.2.15(1)-release, and my profile . Any ideas on what I'm missing?