About 383,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 …

  2. 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 …

  3. Enabling auto-completion in git bash on windows?

    Nov 3, 2015 · For me, this just works in git bash. If you're on Windows, I'd recommend using Powershell with posh-git.

  4. 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 …

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

    Windows 10 ships with OpenSSH for some time now. Enable the ssh-agent service, use ssh-add to add your key to the ssh store, and set GIT_SSH in your environment (if necessary) and …

  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 add a "open git-bash here..." context menu to the …

    How to add a context (aka right click) menu to the windows explorer that, when clicked, opens the git-bash console in the current explorer folder?

  8. Git file permissions on Windows - Stack Overflow

    Jun 25, 2011 · In Windows, using git-bash, I needed a --add flag to the execution for some reason: git update-index --add --chmod=+x <file>. After this, the file was already in stage with …

  9. 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 …

  10. .ssh/config file for windows (git) - Stack Overflow

    In some git versions we need to edit the C:\Users\<username>\AppData\Local\Programs\Git\etc\ssh\ssh_config file. After that, I was …