Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションに設定core.askpassしましたが、元に戻したいと思います。どうすればいいのですか?
core.askpass
それを除く:
git config --global --unset core.askpass
デフォルトは GIT_ASKPASS で、その後に SSH_ASKPASS が続き、その後に単純なパスワード プロンプトが表示されると思います。ただし、GIT_ASKPASS 環境変数を介して設定することをお勧めします。