Questions tagged [msysgit]

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. Do not use this tag for general Git questions, use the git tag. Do not use this tag for Git for Windows specific questions, use the git-for-windows tag.

is a powerful distributed software version control tool. Visit the Git website for more information on Git.

is Git for Windows, the actual Git command line that has been ported to Windows.

MSysGit was formerly the development environment used to build Git for Windows. It was never the actual Git for Windows package, and it is not current. The current development environment for Git for Windows is called Git SDK.

558 questions
-1
votes
1 answer

Path variable: Find folder path of specific file

On Linux and other Unix-likes, how do I find the path to a specific file that I can use because of the PATH environment variable? For example, if I can use, from the command line: ls # technically the file name is "ls.exe" is there a way I can find…
trysis
  • 8,086
  • 17
  • 51
  • 80
-1
votes
2 answers

Can't clone a repository using TortoiseGit

I'm trying to clone a git repository using the TortoiseGit I'm running on windows platform and I have installed the TortoiseGit 1.7.13.0, when I try to clone the repository I'm getting the following error message "Disconnected: No Supported…
Sam
  • 6,215
  • 9
  • 71
  • 90
-2
votes
1 answer

can I install msysgit after having github installed so I can use native cmd console?

I following instructions to install Ultisnips plugin for VIM which calls for installing Vundle plugin manager and it calls for installing msysGit for native cmd console, but I have GitHub already installed. Will this break my GitHub config?…
1 2 3
37
38