Page 1 of 1

Change in git address, if you build from source, PLEASE READ

Posted: Sun Jan 26, 2014 2:11 am
by malcom2073
EMStudio is moving from being a single application, to being a suite of applications (Three). To go along with this, the application we now know as EMStudio will be renamed EMSTune (Engine Management Studio Tune). As such, the github address has now changed.

The main github page is now https://github.com/malcom2073/emstune
The readonly git address being: git://github.com/malcom2073/emstune.git

You can change this in your repo by typing:

Code: Select all

git remote set-url origin git://github.com/malcom2073/emstune.git
However, if you have an older version of git, you may need to instead type:

Code: Select all

git remote rm origin
git remote add origin git://github.com/malcom2073/emstune.git
I apologize for the inconvenience. You may notice that your old github links still work, and this is because of github redirects. These redirects will fail in fun ways a week or so when I create a parent repository called "emstudio", so change your links before then :)