New git clone URLs

October 06, 2010

The repository layout on git.kde.org has been overhauled today, resulting in a small change to our clone URLs. Essentially, the konversation/ segment has been removed from them. Anonymous read-only access can now be had at:

git://anongit.kde.org/konversation

(Cloning via HTTP is temporarily out of order, but should come back soon.)

Meanwhile, developers use the following for read-write access:

git@git.kde.org:konversation

Note that you don’t need to throw out your existing clones: You can use git remote set-url origin <new url> to update the URL for your origin remote, or just edit .git/config with a text editor directly.