I have looked through various answers but cannot seem to determine a solution to my specific issue. I installed node.js on my macbook air (10.7.5). I installed bower. All successful. Then when I try to install bootstrap, I get the following error.
$ bower install -g bootstrap
bower not-cached git://github.com/twbs/bootstrap.git#*
bower resolve git://github.com/twbs/bootstrap.git#*
bower ENORESTARGET Tag/branch master does not exist
Additional error details:
No tags found in git://github.com/twbs/bootstrap.git
No branches found in git://github.com/twbs/bootstrap.git
# The following command works:
$ which git
/usr/local/bin/git
# I tried this (some suggestion from another post):
$ git clone https://github.com/git/git
Illegal instruction: 4
Any help is much appreciated. Thanks