Hi,
On 8/21/07, Jim Meyering <[EMAIL PROTECTED]> 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
dhruva <[EMAIL PROTECTED]> 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/e
dhruva <[EMAIL PROTECTED]> 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, [EMAIL PROTECTED]
SuSE Linux Produ
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