git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [mingw port] Problem starting git subcommands
@ 2007-07-08 18:26 Henning Rogge
  2007-07-09  8:49 ` Johannes Sixt
  0 siblings, 1 reply; 2+ messages in thread
From: Henning Rogge @ 2007-07-08 18:26 UTC (permalink / raw)
  To: git

I have experimented with GIT on my linux system successfully but one
of my projects has to be done on Windows (neither VMware Workstation
nor Wine can help at the moment) so I got a copy of the mingw port of
GIT (http://lilypond.org/git/binaries/mingw/git-1.5.2.1-1.mingw.exe).

Installation succeeded without a single error but when I tried to run
a few GIT commands I noticed a "bug":

the git.exe command does not recognize any scripted subcommand
(git-clone in my case) !
> C:\Programme\Git>git clone
> git: 'clone' is not a git-command

Do I need another software package ? I tried to install the Mingw
package itself, but it did not help at all.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [mingw port] Problem starting git subcommands
  2007-07-08 18:26 [mingw port] Problem starting git subcommands Henning Rogge
@ 2007-07-09  8:49 ` Johannes Sixt
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Sixt @ 2007-07-09  8:49 UTC (permalink / raw)
  To: git

Henning Rogge wrote:
> 
> I have experimented with GIT on my linux system successfully but one
> of my projects has to be done on Windows (neither VMware Workstation
> nor Wine can help at the moment) so I got a copy of the mingw port of
> GIT (http://lilypond.org/git/binaries/mingw/git-1.5.2.1-1.mingw.exe).
> 
> Installation succeeded without a single error but when I tried to run
> a few GIT commands I noticed a "bug":
> 
> the git.exe command does not recognize any scripted subcommand
> (git-clone in my case) !
> > C:\Programme\Git>git clone
> > git: 'clone' is not a git-command
> 
> Do I need another software package ? I tried to install the Mingw
> package itself, but it did not help at all.

Yes, you need a shell and some Posix tools. Install MSYS, e.g.

   MSYS-1.0.11-2004.04.30-1.exe

You will also want a ssh and perl, e.g. from

   msysDTK-1.0.1.exe

and MinGW's tcl/tk from

   tcltk-8.4.1-1.exe

Also, git-am seems to require bash 3.1, e.g. from

   bash-3.1-MSYS-1.0.11-snapshot.tar.bz2

-- Hannes

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-09  8:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-08 18:26 [mingw port] Problem starting git subcommands Henning Rogge
2007-07-09  8:49 ` Johannes Sixt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).