Slow GIT console startup

Asked

Viewed 857 times

4

Good afternoon, I’m having trouble booting my .git. It takes a while to load it. Typing any command takes about 30 s to 1 min. Which until another day, it worked normal. Very fast in any action I did. I already reinstalled .git. They recommended using other commands:

git config --global user.name "Your Name"
git config --global user.email [email protected]
git commit --amend --reset-author
  • I have the same problem. But this only happens to me when I use Rwindows. I don’t know if it’s your case.

  • Use windows too, take minutes to commit. =\

  • I do everything quickly with Linux, the problem can only be Windows friend, I already used Windows, and it took minutes too! See if this helps you: http://stackoverflow.com/questions/4485059/git-bash-is-extremely-slow-in-windows-7-x64

1 answer

1

I take it you are using the git desktop application for windows, not the direct command line as it happens in linux.

The git shell console that comes with git desktop for windows weighs much more on the computer than direct access via linux terminal. That’s why, especially if your computer doesn’t have great hardware capabilities, it takes a long time to execute simple commands.

I’ve suffered enough of this problem, especially on my weakest laptop. What I advise is to run the Git Shell program directly (Don’t run git shell from git desktop because it’s much heavier).

Browser other questions tagged

You are not signed in. Login or sign up in order to post.