使用 GitAhead 软件登录 git 服务器后如何保持登录状态?
最佳答案
GitAhead 是 using Git for credentials helpers(其余为 libgit2)
因此,请确保您的凭据助手已设置(在 Windows 上设置为“manager”,在 Mac 上设置为 OSX Keychain)并尝试从 Git session 中键入:
git ls-remote https://url/of/remote/repo
这将触发一个 pop 窗口,并缓存您的凭据。
然后重新启动 GitAhead(使用相同的用户帐户,使用相同的环境),看看问题是否仍然存在。
关于gitahead - HTTPS 凭证不断 pop ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/54717753/