codelite repository moved to GitHub

CodeLite's announcements
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

codelite repository moved to GitHub

Post 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
Make sure you have read the HOW TO POST thread
pavel.iqx
CodeLite Enthusiast
Posts: 19
Joined: Wed Jun 26, 2013 12:46 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: codelite repository moved to GitHub

Post 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
?
Debian GNU/Linux 7.3 (wheezy) x64; CodeLite 5.4 from repo & CodeLite self-compiled from git HEAD
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: codelite repository moved to GitHub

Post 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
Post Reply