From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,288e88bdc7de6fa7 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!q16g2000yqq.googlegroups.com!not-for-mail From: Alexis Newsgroups: comp.lang.ada Subject: Re: Using Git with GPS on Windows Date: Mon, 22 Feb 2010 23:55:32 -0800 (PST) Organization: http://groups.google.com Message-ID: <498696d5-67d6-4e32-8cc9-ab1458fba582@q16g2000yqq.googlegroups.com> References: NNTP-Posting-Host: 87.220.29.192 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1266911809 19300 127.0.0.1 (23 Feb 2010 07:56:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 23 Feb 2010 07:56:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q16g2000yqq.googlegroups.com; posting-host=87.220.29.192; posting-account=fqT3AgoAAACuynC33fo8vJMqk6Lnw_it User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.89 Safari/532.5,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9293 Date: 2010-02-22T23:55:32-08:00 List-Id: On 22 feb, 11:27, Alexis wrote: > Hi, > > I've installed Git on my Windows 7 and I'm trying to use it with the > GPS (GNAT GPL 2009) VCS menus, but I keep getting the message "Could > not locate executable on path: git" all the time no matter what I do. > I have the git executable in my path and it works fine on the GPS OS > shell console. > You can sScrub that one, the problem was that both Git's cmd and bin directories must be in the path. Regards, Alexis.