特殊文字(! "§$%&&)を使用せずにリポジトリのパスワードを変更した後、この問題は解決しました。
明らかに、win-credential-storeとgitおよびbitbucketのWebインターフェイスは異なる文字エンコードを使用します。
完全な手順:
D:\shared\Project> cd /path/to/your/project
D:\shared\Project> git init
D:\shared\Project> git remote add origin https://bitbucket.org/USERNAME/project.git
D:\shared\Project> git-credential-winstore.exe
その後
D:\shared\Project> git push
Failed to erase credential: Element not found
fatal: Authentication failed for 'https://bitbucket.org/USERNAME/project.git/'
パスフレーズを変更した後:
D:\shared\Project> git push
Counting objects: 102, done.
Delta compression using up to 8 threads.
... etc. ...
Windowsトレゾリーの設定:
address: git:bitbucket.org (remeber the preceding "git:")
user: USERNAME
pass: old incl!"§§$%&, new without!"§$%%&/( (your passphrase!)