From a terminal run the following commands:
git clone [email protected]:emberjs/ember.js
cd ember.js
npm install
npm startWhile that is running open another terminal and run the following (starting from the ember.js folder you cloned a moment ago):
cd dist
bower linkNow navigate to your Ember CLI application, and run:
bower link emberNow the changes you make to the ember.js repo, should be reflected live in your running Ember CLI project.
Hi, I'm getting following problem when tried to clone.
Permission denied (publickey).
fatal: Could not read from remote repository.