* Error accessing Emacs GIT repo from windows (XP)
@ 2007-08-20 11:54 dhruva
2007-08-20 12:04 ` Andreas Schwab
0 siblings, 1 reply; 7+ messages in thread
From: dhruva @ 2007-08-20 11:54 UTC (permalink / raw)
To: Emacs Devel, Savannah Hackers
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!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Error accessing Emacs GIT repo from windows (XP)
2007-08-20 11:54 Error accessing Emacs GIT repo from windows (XP) dhruva
@ 2007-08-20 12:04 ` Andreas Schwab
2007-08-20 12:06 ` dhruva
0 siblings, 1 reply; 7+ messages in thread
From: Andreas Schwab @ 2007-08-20 12:04 UTC (permalink / raw)
To: dhruva; +Cc: Savannah Hackers, Emacs Devel
dhruva <dhruvakm@gmail.com> writes:
> $ git clone http://git.sv.gnu.org/r/emacs.git emacs
> warning: templates not found e:/tmp/msysgit/share/git-core/templates
Try using the git protocol (git://git.sv.gnu.org/emacs.git).
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Error accessing Emacs GIT repo from windows (XP)
2007-08-20 12:04 ` Andreas Schwab
@ 2007-08-20 12:06 ` dhruva
2007-08-20 18:10 ` Randal L. Schwartz
2007-08-20 19:28 ` Jim Meyering
0 siblings, 2 replies; 7+ messages in thread
From: dhruva @ 2007-08-20 12:06 UTC (permalink / raw)
To: Emacs Devel; +Cc: Savannah Hackers
Hi,
I am behind a firewall, hence have to use http.
When I try on a different repository, it works!
$git clone http://git.sv.gnu.org/r/emacs-off.git
which is the main GIT repo for emacs?
1. http://git.sv.gnu.org/r/emacs.git
2. http://git.sv.gnu.org/r/emacs-off.git
The first does not work for me.
-dky
--
Dhruva Krishnamurthy
Contents reflect my personal views only!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Error accessing Emacs GIT repo from windows (XP)
2007-08-20 12:06 ` dhruva
@ 2007-08-20 18:10 ` Randal L. Schwartz
2007-08-20 19:02 ` Randal L. Schwartz
2007-08-20 19:28 ` Jim Meyering
1 sibling, 1 reply; 7+ messages in thread
From: Randal L. Schwartz @ 2007-08-20 18:10 UTC (permalink / raw)
To: emacs-devel
>>>>> "dhruva" == dhruva <dhruvakm@gmail.com> writes:
dhruva> which is the main GIT repo for emacs?
dhruva> 1. http://git.sv.gnu.org/r/emacs.git
dhruva> 2. http://git.sv.gnu.org/r/emacs-off.git
Neither. It's git://git.sv.gnu.org/emacs.git
Don't use http protocol if you have a git protocol alternative.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Error accessing Emacs GIT repo from windows (XP)
2007-08-20 18:10 ` Randal L. Schwartz
@ 2007-08-20 19:02 ` Randal L. Schwartz
0 siblings, 0 replies; 7+ messages in thread
From: Randal L. Schwartz @ 2007-08-20 19:02 UTC (permalink / raw)
To: emacs-devel
>>>>> "Randal" == Randal L Schwartz <merlyn@stonehenge.com> writes:
Randal> Neither. It's git://git.sv.gnu.org/emacs.git
Randal> Don't use http protocol if you have a git protocol alternative.
I apologize for this message. I totally missed the part about
needing http.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Error accessing Emacs GIT repo from windows (XP)
2007-08-20 12:06 ` dhruva
2007-08-20 18:10 ` Randal L. Schwartz
@ 2007-08-20 19:28 ` Jim Meyering
2007-08-21 4:42 ` dhruva
1 sibling, 1 reply; 7+ messages in thread
From: Jim Meyering @ 2007-08-20 19:28 UTC (permalink / raw)
To: dhruva; +Cc: Savannah Hackers, Emacs Devel
dhruva <dhruvakm@gmail.com> wrote:
> I am behind a firewall, hence have to use http.
>
> When I try on a different repository, it works!
> $git clone http://git.sv.gnu.org/r/emacs-off.git
>
> which is the main GIT repo for emacs?
> 1. http://git.sv.gnu.org/r/emacs.git
> 2. http://git.sv.gnu.org/r/emacs-off.git
>
> The first does not work for me.
Thanks for the report.
Now, this works:
git clone http://git.sv.gnu.org/r/emacs.git
FYI, I fixed it by making the hooks/post-update script executable.
That ensures that git-update-server-info is run after each push.
Also, I removed emacs-off.git.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Error accessing Emacs GIT repo from windows (XP)
2007-08-20 19:28 ` Jim Meyering
@ 2007-08-21 4:42 ` dhruva
0 siblings, 0 replies; 7+ messages in thread
From: dhruva @ 2007-08-21 4:42 UTC (permalink / raw)
To: Jim Meyering; +Cc: Savannah Hackers, Emacs Devel
Hi,
On 8/21/07, Jim Meyering <jim@meyering.net> wrote:
> Thanks for the report.
> Now, this works:
>
> git clone http://git.sv.gnu.org/r/emacs.git
>
> FYI, I fixed it by making the hooks/post-update script executable.
> That ensures that git-update-server-info is run after each push.
> Also, I removed emacs-off.git.
Thank you for the quick response. I confirm that the cloning is underway.
-dky
--
Dhruva Krishnamurthy
Contents reflect my personal views only!
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-08-21 4:42 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-20 11:54 Error accessing Emacs GIT repo from windows (XP) dhruva
2007-08-20 12:04 ` Andreas Schwab
2007-08-20 12:06 ` dhruva
2007-08-20 18:10 ` Randal L. Schwartz
2007-08-20 19:02 ` Randal L. Schwartz
2007-08-20 19:28 ` Jim Meyering
2007-08-21 4:42 ` dhruva
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.