Idea 使用 Git 时一直重复提示输入密码

问题描述

使用 idea 访问 git 项目时,无论是 pull/push。每次都要输入密码。

解决办法

直接使用 git 命令行执行以下命令即可

1
git config --global credential.helper store