I had been using a password for years with git and it worked both in webstorm and the command line.
I now have to use an API Token. I created it, but I can't figure out how to tell the computer to use it.
Edit:
Nevermind, I figured it out. I had to put the token on the command line.
Hi @paulrosen ,
So you've sorted it out? (based on the edited description)
Any chance you can share the steps you've used to resolve this?
Cheers,
Tobi
There was a little thrashing around, but I think all I would have needed to do is this following on the command line:
```
git remote set-url origin https://{MY_NAME}:{MY_TOKEN}@bitbucket.org/{MY_NAME}/{MY_REPO}.git
```
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.