Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
git repository moved
- X-seq: zsh-workers 27227
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: git repository moved
- Date: Fri, 21 Aug 2009 11:32:02 +0200
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Seems like sf.net decided to change the URI of its git repositories a
little. A change such as the following (to .git/config) should get
your existing local repositories up to speed:
[snip]
--- config~ 2009-06-19 16:39:27.000000000 +0200
+++ config 2009-08-21 11:26:58.000000000 +0200
@@ -4,7 +4,7 @@
bare = false
logallrefupdates = true
[remote "origin"]
- url = git://zsh.git.sf.net/gitroot/zsh
+ url = git://zsh.git.sf.net/gitroot/zsh/zsh
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
[snap]
So, if you'd like to make a fresh clone of the repository the
appropriate command now is:
% git clone git://zsh.git.sf.net/gitroot/zsh/zsh
Regards, Frank
Messages sorted by:
Reverse Date,
Date,
Thread,
Author