Top "Git-bash" questions

Git Bash is a bash shell bundled with Git for Windows that enables use of Git from the command line.

Git Bash won't let me type anything, just shows a blinking cursor

I'm not able to type any characters at the Git-Bash command line; all it shows is a blinking cursor. Git …

git cursor git-bash
Updating file permissions with git-bash on Windows 7

How do I update file permissions with git-bash on Windows 7? I've tried the following without success: $ ls -al scripts/script.…

git cygwin windows-7-x64 git-bash
Error: Cannot Spawn C:\Path To\TortoiseGit\Bin: No such file or directory

Trying to do a fetch from origin: git remote update Get the error Error: Cannot Spawn C:\Path To\TortoiseGit\…

git tortoisegit git-bash
Can not activate a virtualenv in GIT bash mingw32 for Windows

When I try to activate my virtualenv from GIT bash mingw32 I do not get the expected response. NOTE: py …

python git bash virtualenv git-bash
Winpty and Git Bash

I had the same issue as Python not working in the command line of git bash, where in Git Bash, …

python git-bash winpty
Pipenv with Conda?

I'm using Anaconda for my virtualenvs in win 10. I'm using git-bash .I've been reading about pipenv recently and decided to …

python anaconda git-bash pipenv
Permission denied (publickey) errors on Windows when using Moovweb

I'm able to authenticate, generate, push etc just fine with my SSH keys and Moovweb credentials on my Mac and …

windows git ssh git-bash moovweb
Differences between Git-scm, msysGit & Git for Windows

What is the difference between git-scm (downloaded from git-scm.com) and msysGit (hosted on Google Code, Github, and probably others)? …

windows git msysgit git-bash
How do I avoid typing "git" at the begining of every Git command?

I'm wondering if there's a way to avoid having to type the word git at the beginning of every Git …

git version-control command-line-interface git-bash
Kdiff3 won't open with mergetool command

I have conflicts, so I type: git mergetool I then get a message saying: Hit return to start merge resolution …

git git-bash kdiff3