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

Mike's cross-platform FreeEMS tuning application, written in C++ using QT. With Mike's natural coding talent and Fred's intimate requirement knowledge it went from concept to full tuning capability in just 8 weeks!
Post Reply
malcom2073
LQFP112 - Up with the play
Posts: 211
Joined: Tue May 01, 2012 4:17 pm
Location: Shrewsbury PA
Contact:

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

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