プロキシ環境下で、ソースツリーを起動しプロキシのID/PWを求められ、
正しい値を入力しても通らず、windowsのアカウントロックがかかってしまいます。
アカウントロックが解除後には通常通り使用できますが、ソースツリーを終了し、また開いても同じ症状が続きます。
gitで以下の設定を行い、プロキシが通るようにはしています。
git config --global http.proxy http://<userName>:<userPw>@xxx.xx.xxx.xx:8080
git config --global https.proxy http://<userName>:<userPw>@xxx.xx.xxx.xx:8080
git config --global http.sslVerify false
コミュニティをご利用いただきありがとうございます。
エラーが発生しているとのことで、エラーの内容を差し支えのない範囲でご教示いただくことはできますでしょうか。
エラー内容についてですが、
・SourceTreeアプリケーションを立ち上げたタイミングで社内プロキシエラーが発生する
(社内のプロキシ設定は、3回パスワードを間違えると15分ネットワークから繋げなくなります)
・添付の画面のProxyサーバーのUser name / passwordが通らない
おそらく、SourceTreeを立ち上げたタイミングでアプリケーション内に残っている古いID/PWで通信してしまっているのかなと思っておりました。
社内の他のメンバーは問題なく使用できております。
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ご案内が遅れまして申し訳ありません。
次の投稿を参考に、Sourcetreeの認証情報の削除をお試しいただけますでしょうか。
どうぞよろしくお願いいたします。
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.