diff options
author | rs3d <rob@rs3d.de> | 2013-10-11 22:03:03 +0200 |
---|---|---|
committer | rs3d <rob@rs3d.de> | 2013-10-11 22:03:03 +0200 |
commit | 0da64f7515a58778d368f4521f19a61a5d5d6564 (patch) | |
tree | 58a6779f4af3015be6e5286f0c60858b241baeb1 | |
parent | b6f4c4d9ef81c87e551f9b7efe0a6b7392741830 (diff) | |
download | fastdom-0da64f7515a58778d368f4521f19a61a5d5d6564.zip fastdom-0da64f7515a58778d368f4521f19a61a5d5d6564.tar.gz fastdom-0da64f7515a58778d368f4521f19a61a5d5d6564.tar.bz2 |
wrong _source notation: changed colon to slash notation
Sorry, copy fail. I want to fix following error after 'bower install fastdom':
bower fastdom#* ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com:wilsonpage/fastdom.git", exit code of #128
fatal: unable to connect to github.com:
github.com: Servname not supported for ai_socktype
Can you reproduce this error?
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,5 +12,5 @@ "README.md" ], "license": "MIT", - "_source": "git@github.com:wilsonpage/fastdom.git" + "_source": "git@github.com/wilsonpage/fastdom.git" } |