[Info - 09:19:49.885] Resolving ssh remote authority 'codebuddy-remote-ssh+10.126.126.1' (attemp #1), (10.126.126.1)
[Trace - 09:19:49.907] Identity keys:
None
[Info - 09:19:49.993] Trying no-auth authentication
[Info - 09:19:50.39] All public keys rejected, falling back to password/keyboard-interactive authentication
[Info - 09:19:50.39] Trying password authentication for datou@10.126.126.1
[Info - 09:19:50.39] Prompting user for password for datou@10.126.126.1...
[Info - 09:19:53.989] Password provided, 2 attempts remaining
[Info - 09:19:54.67] === Starting Code Server Installation ===
[Info - 09:19:54.67] Initial parameters: platform=undefined, useSocketPath=false, installCommand=
[Info - 09:19:54.67] Extension IDs: none
[Info - 09:19:54.67] Environment variables: none
[Info - 09:19:54.67] Detecting remote platform...
[Info - 09:19:54.67] === Testing basic SSH exec functionality ===
[Info - 09:19:54.67] Test command: echo "EXEC_TEST"
[Info - 09:19:54.227] ✓ Basic exec test completed
[Trace - 09:19:54.227] stdout: "EXEC_TEST
"
[Trace - 09:19:54.227] stderr: ""
[Info - 09:19:54.227] ✓ SSH exec is working correctly
[Info - 09:19:54.227] === Detecting platform ===
[Info - 09:19:54.227] Executing: /usr/bin/env uname -s
[Trace - 09:19:54.324] Platform detection stdout: "Linux
"
[Trace - 09:19:54.324] Platform detection stderr: ""
[Info - 09:19:54.324] Command execution result: stdout=yes, stderr=no
[Info - 09:19:54.324] Platform detection output: "linux"
[Info - 09:19:54.324] ✓ Detected platform: Linux
[Info - 09:19:54.324] ==> Final platform: linux
[Info - 09:19:54.324] Generated script ID: bac120a5aa6cb86a5220040b
[Info - 09:19:54.324] Loading VS Code Server configuration...
[Info - 09:19:54.326] VS Code Server config: version=4.9.8, commit=04507acd0735a03135de68ff92a5ddffe737b7d5, quality=stable
[Info - 09:19:54.326] Server application name: codebuddy-server-cn
[Info - 09:19:54.326] Server data folder name: .codebuddy-server-cn
[Info - 09:19:54.326] Using download URL template: https://download.codebuddy.cn/aiide/ssh/release/${os}-${arch}/codebuddy-cn-reh-${os}-${arch}-${version}-${commit}.tar.gz
[Info - 09:19:54.326] Attempting to acquire local installation lock...
[Info - 09:19:54.326] Acquiring lock on C:\Users\admin\AppData\Local\Temp\codebuddy-remote-lock.10.126.126.1.04507acd0735a03135de68ff92a5ddffe737b7d5.lock
[Info - 09:19:54.326] Lock acquired successfully after 0ms
[Info - 09:19:54.326] === Starting server installation process ===
[Info - 09:19:54.326] Installing server on Unix/Linux platform...
[Trace - 09:19:54.327] Generated Bash script (first 500 chars):
# Server installation script
TMP_DIR="${XDG_RUNTIME_DIR:-"/tmp"}"
# Detect grep with absolute path to avoid PATH issues
if [ -x /bin/grep ]; then
GREP="/bin/grep"
echo "Using grep: /bin/grep (absolute path)"
elif [ -x /usr/bin/grep ]; then
GREP="/usr/bin/grep"
echo "Using grep: /usr/bin/grep (absolute path)"
else
GREP="grep"
echo "Using grep: grep (from PATH)"
fi
DISTRO_VERSION="4.9.8"
DISTRO_COMMIT="04507acd0735a03135de68ff92a5ddffe737b7d5"
DISTRO_QUALITY="stable"
DI...
[Info - 09:19:54.418] === Checking for bash availability ===
[Info - 09:19:54.418] Bash available: yes
[Trace - 09:19:54.418] Bash path: /usr/bin/bash
[Info - 09:19:54.418] === Starting installation with bash ===
[Info - 09:19:54.418] Using bash to execute install script
[Trace - 09:19:54.418] Escaped script (first 300 chars):
# Server installation script
TMP_DIR="${XDG_RUNTIME_DIR:-"/tmp"}"
# Detect grep with absolute path to avoid PATH issues
if [ -x /bin/grep ]; then
GREP="/bin/grep"
echo "Using grep: /bin/grep (absolute path)"
elif [ -x /usr/bin/grep ]; then
GREP="/usr/bin/grep"
echo "Using grep: /u...
[Warn - 09:20:14.732] === Initial attempt failed, trying fallback ===
[Info - 09:20:14.732] Fallback: Trying sh (POSIX shell): bash -c
[Info - 09:20:36.552] Releasing lock...
[Info - 09:20:36.553] Lock released successfully
[Error - 09:20:36.553] Error resolving authority
Error: Both shell and exec methods failed. Shell: Command execution timeout. Exec: Shell command timeout
at S.execSequential (d:\CodeBuddy CN\resources\app\extensions\open-remote-ssh\out\extension.js:1:516777)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async t.installCodeServer (d:\CodeBuddy CN\resources\app\extensions\open-remote-ssh\out\extension.js:1:497710)
at async d:\CodeBuddy CN\resources\app\extensions\open-remote-ssh\out\extension.js:1:414804
相似问题