2016-10-29 4 views
0

例として、私は(http://masonry.desandro.comから)石工をインストールしたいので、私は入力します。

bower install masonry --save 

私は

bower invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes 
bower not-cached https://github.com/Aspera/angular-storage.git#~0.5.0 
bower resolve  https://github.com/Aspera/angular-storage.git#~0.5.0 
bower not-cached https://github.com/desandro/masonry.git#* 
bower resolve  https://github.com/desandro/masonry.git#* 
Username for 'https://github.com': bower checkout  masonry#v4.1.1 
bower resolved  https://github.com/desandro/masonry.git#4.1.1 
bower not-cached https://github.com/desandro/get-size.git#^2.0.2 
bower resolve  https://github.com/desandro/get-size.git#^2.0.2 
bower not-cached https://github.com/metafizzy/outlayer.git#^2.1.0 
bower resolve  https://github.com/metafizzy/outlayer.git#^2.1.0 
bower checkout  get-size#v2.0.2 
bower checkout  outlayer#v2.1.0 
bower resolved  https://github.com/desandro/get-size.git#2.0.2 
bower resolved  https://github.com/metafizzy/outlayer.git#2.1.0 
bower not-cached https://github.com/metafizzy/fizzy-ui-utils.git#^2.0.0 
bower resolve  https://github.com/metafizzy/fizzy-ui-utils.git#^2.0.0 
bower not-cached https://github.com/metafizzy/ev-emitter.git#^1.0.0 
bower resolve  https://github.com/metafizzy/ev-emitter.git#^1.0.0 
bower checkout  ev-emitter#v1.0.3 
bower checkout  fizzy-ui-utils#v2.0.3 
bower resolved  https://github.com/metafizzy/ev-emitter.git#1.0.3 
bower resolved  https://github.com/metafizzy/fizzy-ui-utils.git#2.0.3 
bower not-cached https://github.com/desandro/matches-selector.git#~2.0.0 
bower resolve  https://github.com/desandro/matches-selector.git#~2.0.0 
bower checkout  desandro-matches-selector#v2.0.1 
bower resolved  https://github.com/desandro/matches-selector.git#2.0.1 

を得るそれからそれは私のために頼みますパスワード:

Password for 'https://github.com': 
bower ECMDERR  Failed to execute "git ls-remote --tags --heads https://github.com/Aspera/angular-storage.git", exit code of #128 remote: Repository not found. fatal: Authentication failed for 'https://github.com/Aspera/angular-storage.git/' 

Additional error details: 
remote: Repository not found. 
fatal: Authentication failed for 'https://github.com/Aspera/angular-storage.git/' 

What!* $#!ここで私は角度ストレージを望んでいません と私のパスワードは有効ですが、それは私に私のユーザー名を入力する機会を与えていない。 私はバワーを再インストールしましたが、それでもまだまだです。私が愚かにmacOS Sierraを戸口に通させる前に大丈夫だった。

答えて

0

これは問題ありません: bower.jsonには "angular-storage"が含まれています:依存関係のリストに「〜0.5.0」が含まれていましたが、a0-angular-storageのためにbower-componentsから角度ストレージを削除しました。 bower_componentsからアイテムを削除するときに、明らかにbower.jsonから関連する依存関係を削除する必要があるので、bowerの動作が不安定になることがあります。 また、bower.jsonには次の行があります: "private":true 私は削除しましたが、今はログインするように求められなくなりました。

関連する問題