Top "Msysgit" questions

msysGit was formerly the development environment to compile Git for Windows 1.0. It was never the actual Git for Windows package, and it is not current.

git: 'credential-cache' is not a git command

I followed these instructions to the letter, including the part about password caching. It seems like the instructions are wrong, …

git msysgit git-bash git-config
How do I exit the results of 'git diff' in Git Bash on windows?

I'm using Git Bash on Windows 7. When I run git diff, I see this: However, I'm unable to get back …

git diff msysgit
Setup a Git server with msysgit on Windows

My friends and I are trying to setup Git for Windows using the tutorial Git Server: Gitosis and Cygwin on …

windows git msysgit
Change the location of the ~ directory in a Windows install of Git Bash

I am not even sure I am asking the right question. Let me explain my situation: This is about Git …

git msysgit git-bash mingw32 msys2
How do I use Notepad++ (or other) with msysgit?

How do I use Notepad++ (or any other editor besides vim) with msysgit? I tried all of the following to …

git configuration text-editor notepad++ msysgit
Git - How to fix "corrupted" interactive rebase?

I managed to create a little mess in my local git repository. I was trying to fix a broken commit …

git msysgit git-rebase
github: No supported authentication methods available

i use github and have successfully added and synched files on my laptop in the past. as of recent i …

git ssh github msysgit
Git error: fatal: unable to connect a socket (Invalid argument)

I've got msysGit (Git on Windows) working just fine on my home machine, but at work, where we are behind …

windows git proxy msysgit
Git for Windows - The Program can't start because libiconv2.dll is missing

When I attempt to run certain commands (like git push, for example) from a git Bash on Windows 7 (64bit) I …

git msysgit
Escape @ character in git proxy password

I have git proxy config as 'http.proxy=http://userId:pwd@123@ipaddress:port' but while cloning a remote project, I'm …

git msysgit