Attempting to pull from my Stash project, using the following commands:
$ git remote add origin https://[email protected]/scm/~username/project.git
$ git pull origin develop
I'm prompted for my password, which I enter and then get the following error:
Your Stash account has been marked as requiring a CAPTCHA to be solved before you may login again. This is typically caused by too many attempts to login with an incorrect password. The required CAPTCHA prevents your SCM client from accessing Stash until it is solved, even if you enter your password correctly. If you are currently logged in to Stash via a browser you may need to logout and then log back in in order to clear the CAPTCHA.
Logging out and back in again does not help. How do I fix this?
My problem was a malformed URL: it should be https://[email protected]/scm/~username/project.git instead of stash@stash.