Release version 0.2.6

非活跃连接在 1 分钟内没有活动就会被自动断开;
临时会话被顶替后立即断开连接;
设置界面支持版本控制、github账号管理、Git服务器管理;
增强git凭据处理,现在需要认证时会弹框来支持凭据自动处理。
This commit is contained in:
xintaofei
2026-03-21 15:51:51 +08:00
parent 06b6f43f28
commit 442f2db647

View File

@@ -62,9 +62,11 @@ async fn prepare_credential_env(
"GIT_CONFIG_KEY_0".to_string(),
"credential.helper".to_string(),
);
// Git parses credential.helper values using shell rules, so paths with
// spaces (e.g. "Application Support") must be quoted.
env.insert(
"GIT_CONFIG_VALUE_0".to_string(),
helper_path_str,
format!("\"{}\"", helper_path_str),
);
let files = TerminalCredFiles {