Invalid credentials failure when connecting to private bitbucket repo
Just tried to sync with one of my "private" git repositories from bitbucket. The command used was "cm sync OnkyoRemote git https://kleolb02@bitbucket.org/kleolb02/onkyocontrol.git"
In this case I am getting an invalid credentials error (see screenshot at http://oi50.tinypic.com/2419xcz.jpg )

Solved as Ignacio and Pablo relates.
-
Ignacio Calvo Martínez commented
Just a note for those with spaces in their passwords. With PowerShell you must escape the spaces with the backtick (--pwd=my` password` with` spaces), and with cmd you must enclose the whole option in quotes ("pwd=my password with spaces").
-
Adminpsantosl (Admin, plasticscm) commented
I think this is an easy one!
Try cm sync OnkyoRemote git https://kleolb02@bitbucket.org/kleolb02/onkyocontrol.git" --user=YOURUSERHERE --pwd=YOURPASSWORD