FG

git-tfs and msysgit on Windows 7

Fresh3 days ago
Mar 15, 20262419 views
Confidence Score0%
0%

Problem

I've installed msysgit [ ] on Windows 7 64-bit, and extracted git-tfs [ ] into a directory on my machine. I've setup both the msysgit installation directory (e.g. ) on the as well as the directory to which I extracted git-tfs (e.g. ). I run , and then attempt to run but I receive the error: Accordi…

Error Output

git: 'tfs' is not a git command. See 'git --help'.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: git-tfs and msysgit on Windows 7

Low Risk

It seems that whitespace anywhere in the PATH variable causes git to freak out and ignore all the paths after that. Adding the path to your tfs directory at the start of the PATH variable should solve it. Examples using the bash prompt that comes wi…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment