windowsのgit 1.8.5.2.で fatal: could not read Password for 'https://XXXXX':No such file or directoryのエラーになる

bitbucketにpushできなくなった。。。
httpsだとだめなようだ。

現象

httpsでユーザー名指定してgit pushだと以下のエラーになる

fatal: could not read Password  for 'https://orangeclover@bitbucket.org':No such file or directory

httpsでユーザー名なしで、git pushだと以下のエラーになる

fatal: could not read Username for 'https://bitbucket.org': No such file or directory

git clone、git fetchも同じ現象になる。

条件

  • バージョンアップ前は正常にpushできた環境
  • gitを1.8.1.2から1.8.5.2にあげたら動作しなくなった

環境

  • git:version 1.8.5.2-preview20131230/git version 1.8.5.2.msysgit.0
  • Windows 7 x64



対処

修正されてるようだが、1.8.5.3のWindows版はまだでてないので、
それまでの対処。