Windows用のGitを使う
Gitをgit bash でのみ使うように設定し、SSH認証を使う場合、GitはHOME 環境が指すディレクトリでSSH鍵を探します。この変数は常にgit bash によって設定されます。
しかし、この変数は通常Windowsのコマンド・プロンプトでは設定されません。Windowsのコマンド・プロンプトからGitを実行すると、インストール・ディレクトリでSSH鍵を探すので、認証に失敗します。
環境変数HOME は、Qt Creator 。Preferences>Version Control >Git と進み、Set "HOME" environment variable を選択します。HOME は、Gitの実行ファイルが実行されたときに%HOMEDRIVE%%HOMEPATH% に設定され、認証はgit bash と同じように機能します。

How To: Use Git」、「Compare files」、「Set up version control systems」、「Version Control Systems」も参照して ください。
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.