About 390,000 results
Open links in new tab
  1. Configuring user and password with Git Bash - Stack Overflow

    I am using Git Bash on Windows 7. We are using GitHub as our repository origin. Every time I push or pull I have to provide user and password credentials. I know that my SSH keys are set up correc...

  2. How do you copy and paste into Git Bash - Stack Overflow

    Feb 21, 2010 · 68 It's not really a function of git, msys, or bash; every windows console program is stuck using the same cumbersome copy/paste mechanism for historical reasons. Turning on QuickEdit …

  3. Adding Git-Bash to the new Windows Terminal - Stack Overflow

    Jul 1, 2019 · I'm trying to add a new terminal (Git Bash) to the new Windows Terminal. However, I can't get it to work. I tried changing the commandline property in the profiles array to git-bash.exe but no …

  4. Set an environment variable in git bash - Stack Overflow

    Dec 9, 2015 · 68 If you want to set environment variables permanently in Git-Bash, you have two options: Set a regular Windows environment variable. Git-bash gets all existing Windows …

  5. What is Git Bash for Windows anyway? - Super User

    Mar 16, 2016 · You are correct, Git Bash for Windows is not just bash compiled for Windows. It's package that contains bash (which is a command-line shell) and a collection of other, separate *nix …

  6. How To Launch Git Bash from Windows Command Line?

    Open a Windows command window, and execute this script. If there is a change in your working directory, it will open a bash terminal in your working directory, and display the current git status.

  7. How to change folder with git bash? - Stack Overflow

    Jan 22, 2012 · On Windows, you change the default starting directory for Git Bash. Right click git-bash.exe, select Properties, open Shortcuts, and change Start in: to your most commonly used …

  8. Why git can't remember my passphrase under Windows

    I have just start using git and i can't get it to remember my passphrase I'm using cmd.exe elevated and my git host is github and i have create a ssh key like that guide on github but i still get ...

  9. How can I change the user on Git Bash? - Stack Overflow

    Sep 10, 2016 · The OP Fre1234 adds in the comments: I finally found the solution. Go to: (Windows) Control Panel -> User Accounts -> Manage your credentials -> Windows Credentials Under Generic …

  10. windows - Python not working in the command line of git bash - Stack ...

    Sep 16, 2015 · 73 This is a known bug in MSys2, which provides the terminal used by Git Bash. You can work around it by running a Python build without ncurses support, or by using WinPTY, used as …