如何撤消git config --system core.askpass git-gui - askpass

joe*_*704 3 git github

尝试修复我使用git push时出现的问题时,请执行该命令.它每次我推动时都会提示我,我不知道如何禁用它.

133*_*joe 6

试试跑步:

git config --system --unset-all core.askpass
Run Code Online (Sandbox Code Playgroud)

删除该配置.然后,您可以运行git config --system --list以查看系统配置的完整列表,以确保它已消失.