이 문제는 특수 문자 (! "§ $ % &&)를 사용하지 않고 저장소 암호를 변경 한 후 해결되었습니다.
분명히 win-credential-store와 git 및 bitbucket의 웹 인터페이스는 서로 다른 문자 인코딩을 사용합니다.
완전한 절차 :
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!)