From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Error accessing Emacs GIT repo from windows (XP) Date: Mon, 20 Aug 2007 17:24:01 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187610855 32134 80.91.229.12 (20 Aug 2007 11:54:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Aug 2007 11:54:15 +0000 (UTC) To: "Emacs Devel" , "Savannah Hackers" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 20 13:54:14 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IN5pl-0002ab-ER for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2007 13:54:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IN5pm-0002TD-Tx for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2007 07:54:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IN5pg-0002Qi-8s for emacs-devel@gnu.org; Mon, 20 Aug 2007 07:54:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IN5pe-0002Oy-My for emacs-devel@gnu.org; Mon, 20 Aug 2007 07:54:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IN5pe-0002OQ-Do for emacs-devel@gnu.org; Mon, 20 Aug 2007 07:54:06 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.190]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IN5pb-00022g-Oq for emacs-devel@gnu.org; Mon, 20 Aug 2007 07:54:04 -0400 Original-Received: by nf-out-0910.google.com with SMTP id f5so665459nfh for ; Mon, 20 Aug 2007 04:54:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=D4plJx6S8rW3zVld3VPXmQqqj73+F0yubWI4pST2p7adpryqc+aGz0oLEajbPf225Pt+qY6eDKNgKdIoX0OYk65f0kKuBRFtMMfoayAXyEeyM0uuD1CE2clphHrn9usHdVjBRe6WOml9MyTW6QnB699AoC6zTJgGd6zt2iUrhqI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XTYH7YZfXIETCAmr8IGai1Y/okeKU72EMcMCG2NtVQVLS7hqTUxbp4d13Mkp6+FUXrQOGR1aF34TRn9BLSU5fHYBDdzgm+PW5VenlkA+kj26HgHOWjQQpLoSPB6ObI7BCd0PvxkmquTa9wj0Gxe/ChB/79UiWP+ohNnRIv8yXW0= Original-Received: by 10.78.184.2 with SMTP id h2mr1917524huf.1187610842134; Mon, 20 Aug 2007 04:54:02 -0700 (PDT) Original-Received: by 10.78.206.20 with HTTP; Mon, 20 Aug 2007 04:54:01 -0700 (PDT) Content-Disposition: inline X-Detected-Kernel: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:76824 Archived-At: Hi, I am trying to use Git from Windows. Trying to access Emacs repo fails. The failure messages are below. I was able to checkout the windows Git source using the git executable I have. I would therefore tend to rule out problems with the git tool on my box. dky@DKY32B02 ~/stub/repo/git $ git clone http://git.sv.gnu.org/r/emacs.git emacs warning: templates not found e:/tmp/msysgit/share/git-core/templates Initialized empty Git repository in e:/users/dky/stub/repo/git/emacs/.git/ Cannot get remote repository information. Perhaps git-update-server-info needs to be run there? -dky -- Dhruva Krishnamurthy Contents reflect my personal views only!