About 50 results
Open links in new tab
  1. Why is Git extremely slow on Windows 10? - Super User

    6 This Stack Overflow post worked for me: Git Bash (mintty) is extremely slow on Windows 10 OS Old question, I know, but I recently encountered the problem and found the answer - so thought I'd …

  2. How to Run a Command in Git-Bash and Leave the Shell Running?

    Jun 15, 2023 · Git-Bash is a wrapper that behaves differently. I have a shortcut that starts this Git-Bash shell. After starting it, I want it to source start.sh automatically, and then to leave the shell open. …

  3. Git Bash extremely slow start up on Windows - Super User

    Jul 24, 2022 · While active, it installs a filesystem filter driver that significantly slows directory enumeration, which made my Git Bash commands take 2-4+ seconds to execute.

  4. How to add more commands to Git Bash? - Super User

    Jul 22, 2018 · I am working on windows machine and I use bash shell which comes with Git. But there are many utilities which are missing in this version of bash shell. How can I install more commands …

  5. How to start Windows Terminal and run git bash command …

    Jul 28, 2023 · The command bash.exe -i -c 'npm run e; exec bash' ensures that npm runs the command and then opens a bash session. If you simply run the npm command, the terminal would close after …

  6. Windows Bash Terminal takes over 10 seconds to load

    Oct 7, 2023 · When starting up Git Bash in a Windows terminal or VScode terminal, the screen is blank for 10 - 15 seconds before it initializes to having a working directory and cursor. After init, it runs fine....

  7. Saving output *and commands* from Windows Command Prompt …

    Apr 3, 2019 · For an assignment, I need to run a few commands in the terminal and save the entire session - both the output and commands - to a text file. Piping the Command Prompt commands …

  8. How to get out of git in the bash terminal's command line

    Jul 20, 2023 · Git provides both non-interactive and interactive commands. Most users simply invoke non-interactive git commands that execute and immediately return control to the shell.

  9. shell script - How to execute .sh files on Windows? - Super User

    Download and install .git for Windows Right click desktop and say "git bash here" Execute your script like in unix Done! Caution: Many commands won’t work on windows! But still, a lot of the basic stuff …

  10. Git Bash history commands not saving when closed - Super User

    Aug 10, 2015 · Before when I installed Windows 10 when I press the arrow down or up button inside Git Bash I get my previous entered commands. But now when I have closed Git Bash i lose all the …