Page 1 of 1

codelite repository moved to GitHub

Posted: Tue Jan 21, 2014 12:01 am
by eranif
Hi,

After several years hosted at SourceForge, we have decided to move codelite repository to GitHub.

CodeLite's new repository URL is:

Code: Select all

git clone https://github.com/eranif/codelite.git
I am in the process of moving the tracker to GitHub, it will take some times but I will eventually do that ;)

EDIT:
The tracker migration is completed. New issues / bugs can be reported here: https://github.com/eranif/codelite/issues
All relevant links in codelite's website were updated accordingly

Eran

Re: codelite repository moved to GitHub

Posted: Tue Jan 21, 2014 12:17 am
by pavel.iqx
and developers who cloned old repository should do

Code: Select all

git remote set-url origin https://github.com/eranif/codelite.git
?

Re: codelite repository moved to GitHub

Posted: Tue Jan 21, 2014 12:28 am
by DavidGH
Hi,

That's what github says. I'm actually using:

Code: Select all

git remote set-url origin git@github.com:eranif/codelite.git
which works for me. I didn't try using https.

Regards,

David