Ask Your Question
3

What causes git bash on windows to be sluggish except when disconnected from the internet?

asked 2022-12-16 11:00:00 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-04-03 22:00:00 +0000

woof gravatar image

There could be several reasons why git bash on Windows is sluggish when connected to the internet but works fine when disconnected. Here are some possible explanations:

  1. Network Latency: If your internet connection is slow or has high latency, it could cause delays in git bash commands. This could be due to the time it takes for the packets of data to travel back and forth between your computer and the remote repository.

  2. Antivirus Software: Some antivirus software may cause git bash to slow down when connected to the internet. This is because the software might be scanning each git command and checking for any potential security threats.

  3. Firewall: If your computer is behind a firewall, it could slow down git bash as the firewall might be blocking some or all of the internet traffic required for git commands to work correctly.

  4. DNS Issues: If there are issues with your DNS settings or the DNS server is slow or unresponsive, it could result in slow performance when using git bash.

To troubleshoot the issue, you can try disabling your antivirus software temporarily, checking your DNS settings or contacting your network administrator, and running a speed test on your internet connection to see if there are any latency issues.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-12-16 11:00:00 +0000

Seen: 7 times

Last updated: Apr 03 '22