Created: 2017.04.13
When clicking Clone or download, Github provides this URL:
[email protected]:REPO_OWNER/REPO_NAME.git
The correct syntax for bower install
is:
bower install https://github.com/REPO_OWNER/REPO_NAME.git --save
Bitbucket provides this URL:
[email protected]:REPO_OWNER/REPO_NAME.git
The correct syntax for bower install
is:
bower install https://bitbucket.org/REPO_OWNER/REPO_NAME.git --save