Hi, On Fri, May 14, 2010 at 12:09 PM, Colin Campbell <colin.campb...@ptfs-europe.com> wrote: > On 14/05/10 16:47, Galen Charlton wrote: > >> # for the Koha repository >> git remote set-url origin git://git.koha-community.org/koha.git > I think set-url is new in git 1.7ish if you don't have it change the url > for origin in .git/config (or upgrade git!!!)
Good point. To expand on this, if you are running an older version of Git and don't want to upgrade just yet, you should edit .git/config in your clone to change the portion that looks like [remote "origin"] url = git://git.koha.org/pub/scm/koha.git to [remote "origin"] url = git://git.koha-community.org/koha.git Regards, Galen -- Galen Charlton gmcha...@gmail.com _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel