Skip to content

Instantly share code, notes, and snippets.

@mrloop
Last active August 29, 2015 14:07
Show Gist options
  • Save mrloop/2d2efdd1a0299709f488 to your computer and use it in GitHub Desktop.
Save mrloop/2d2efdd1a0299709f488 to your computer and use it in GitHub Desktop.
#INSTALL node on your system
sudo npm install -g ember-cli
sudo npm install -g bower
ember new my-project
cd my-project
bower install
bower ember-cli-shims#0.0.3 not-cached git://github.com/stefanpenner/ember-cli-shims.git#0.0.3
bower ember-cli-shims#0.0.3 resolve git://github.com/stefanpenner/ember-cli-shims.git#0.0.3
bower ember-cli-test-loader#0.0.4 not-cached git://github.com/rwjblue/ember-cli-test-loader.git#0.0.4
bower ember-cli-test-loader#0.0.4 resolve git://github.com/rwjblue/ember-cli-test-loader.git#0.0.4
bower ember-load-initializers#0.0.2 not-cached git://github.com/stefanpenner/ember-load-initializers.git#0.0.2
bower ember-load-initializers#0.0.2 resolve git://github.com/stefanpenner/ember-load-initializers.git#0.0.2
bower loader.js#1.0.1 cached git://github.com/stefanpenner/loader.js.git#1.0.1
bower loader.js#1.0.1 validate 1.0.1 against git://github.com/stefanpenner/loader.js.git#1.0.1
bower ember-qunit#0.1.8 not-cached git://github.com/rpflorence/ember-qunit.git#0.1.8
bower ember-qunit#0.1.8 resolve git://github.com/rpflorence/ember-qunit.git#0.1.8
bower ember-resolver#~0.1.7 not-cached git://github.com/stefanpenner/ember-jj-abrams-resolver.git#~0.1.7
bower ember-resolver#~0.1.7 resolve git://github.com/stefanpenner/ember-jj-abrams-resolver.git#~0.1.7
bower ember-qunit-notifications#0.0.4 not-cached git://github.com/dockyard/ember-qunit-notifications.git#0.0.4
bower ember-qunit-notifications#0.0.4 resolve git://github.com/dockyard/ember-qunit-notifications.git#0.0.4
bower ember-data#1.0.0-beta.10 not-cached git://github.com/components/ember-data.git#1.0.0-beta.10
bower ember-data#1.0.0-beta.10 resolve git://github.com/components/ember-data.git#1.0.0-beta.10
bower handlebars#~1.3.0 cached git://github.com/components/handlebars.js.git#1.3.0
bower handlebars#~1.3.0 validate 1.3.0 against git://github.com/components/handlebars.js.git#~1.3.0
bower ember#1.7.0 not-cached git://github.com/components/ember.git#1.7.0
bower ember#1.7.0 resolve git://github.com/components/ember.git#1.7.0
bower jquery#^1.11.1 not-cached git://github.com/jquery/jquery.git#^1.11.1
bower jquery#^1.11.1 resolve git://github.com/jquery/jquery.git#^1.11.1
bower qunit#~1.15.0 not-cached git://github.com/jquery/qunit.git#~1.15.0
bower qunit#~1.15.0 resolve git://github.com/jquery/qunit.git#~1.15.0
Additional error details:
fatal: unable to connect to github.com:
github.com[0: 192.30.252.131]: errno=Connection refused
#TURN OFF VPN
bower install
#SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment