Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
c6513978
Commit
c6513978
authored
Aug 20, 2008
by
Nigel McNie
Browse files
The repo has been moved for a while, so remove this notice.
parent
1c11c660
Changes
1
Hide whitespace changes
Inline
Side-by-side
REPO_HAS_MOVED
deleted
100644 → 0
View file @
1c11c660
Oh hai. Just so you know, the git repository for Mahara is now at
git.mahara.org. You can do one of two things to update to using the new
repository:
1. edit the file .git/config. It will have a block something like (not
necessarily exactly like) this:
[remote "origin"]
url = http://git.catalyst.net.nz/mahara.git
fetch = +refs/heads/*:refs/remotes/origin/*
Change the url line to read:
url = http://git.mahara.org/git/mahara.git
Then run 'git fetch origin' or 'git pull' as you'd normally do and see if you
get new stuff.
(ps: I don't know what will happen if you change the protocol from http to git,
but it's probably better if you can use the git protocol, it's smarter and will
result in you downloading less stuff)
2. Remove this repository and clone afresh:
git clone git://git.mahara.org/mahara.git
kthxbye
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment