问题描述
使用 idea 访问 git 项目时,无论是 pull/push。每次都要输入密码。
问题解决
git config --global credential.helper store
转载:https://blog.youkuaiyun.com/ryo1060732496/article/details/80076323
本文介绍如何在IDEA中配置Git,实现免密码拉取和推送代码。通过设置全局凭证助手,避免每次进行Git操作时重复输入密码。
使用 idea 访问 git 项目时,无论是 pull/push。每次都要输入密码。
git config --global credential.helper store
转载:https://blog.youkuaiyun.com/ryo1060732496/article/details/80076323
6766

被折叠的 条评论
为什么被折叠?