ionic add ionic-platform-web-client
실행 후 에러 발생
Failed to find the bower component "ionic-platform-web-client".
Are you sure it exists? (CLI v1.7.14)
자세한 정보를 얻기 위해 bower install 실행
bower install --save-dev ionic-platform-web-client
에러 내용 확인
bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github
.com/driftyco/ionic-bower.git", exit code of #128 fatal: unable to connect to gi
thub.com: github.com[0: 192.30.252.130]: errno=No error
Additional error details:
fatal: unable to connect to github.com:
github.com[0: 192.30.252.130]: errno=No error
방화벽 문제로 추정되어, https 로 접근
git clone https://github.com/driftyco/ionic-platform-web-client.git
참고
- http://stackoverflow.com/questions/16298986/unable-to-connect-to-github-com-for-cloning
- https://github.com/driftyco/ionic/issues/4468
- Ionic Crash Course
- Ionic Framework Tutorial - Simple TODO App
'Programming > Android' 카테고리의 다른 글
[android] 설치 할 앱 목록 정리 (0) | 2016.05.10 |
---|---|
[android] Theme.AppCompat.Light 에서 에러 발생 (0) | 2016.05.10 |
[Android Evernote API] 안드로이드 버전 1.1.2를 위한 에버노트 SDK (0) | 2014.12.07 |
[Android] 액션바 추가 (0) | 2014.12.07 |
[Andoid] Button Event 등록 (0) | 2014.06.05 |
댓글