Hi,
I am getting error when I try to download the package via bower.
$ bower install https://my.handsontable.com/handsontable/handsontable-pro.git
bower handsontable-pro#* not-cached https://my.handsontable.com/handsontable/handsontable-pro.git#*
bower handsontable-pro#* resolve https://my.handsontable.com/handsontable/handsontable-pro.git#*
bower handsontable-pro#* ECMDERR Failed to execute "git ls-remote --tags --heads https://my.handsontable.com/handsontable/handsontable-pro.git", exit code of #128 bash: /dev/tty: No such device or address error: failed to execute prompt script (exit code 1) fatal: could not read Username for 'https://my.handsontable.com': Invalid argument
Additional error details:
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://my.handsontable.com': Invalid argument
I also try to download it with username and password in the url, like this:
bower install https://username:password@my.handsontable.com/handsontable/handsontable-pro.git
getting Access Denied error
$ bower install https://{{username}}:{{password}}@my.handsontable.com/handsontable/handsontable-pro.git
bower handsontable-pro#* not-cached https://{{username}}:{{password}}@my.handsontable.com/handsontable/handsontable-pro.git#*
bower handsontable-pro#* resolve https://{{username}}:{{password}}@my.handsontable.com/handsontable/handsontable-pro.git#*
bower handsontable-pro#* ECMDERR Failed to execute "git ls-remote --tags --heads https://{{username}}:{{password}}@my.handsontable.com/handsontable/handsontable-pro.git", exit code of #128 remote: HTTP Basic: Access denied fatal: Authentication failed for 'https://{{username}}:{{password}}@my.handsontable.com/handsontable/handsontable-pro.git/'
Additional error details:
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://{{username}}:{{password}}@my.handsontable.com/handsontable/handsontable-pro.git/'