[GH-ISSUE #2804] Win8命令行启动,密码包含英文冒号,导致启动不了 #1831

Closed
opened 2026-02-27 00:05:00 +03:00 by kerem · 3 comments
Owner

Originally created by @lvhill on GitHub (Apr 1, 2023).
Original GitHub issue: https://github.com/electerm/electerm/issues/2804

Electerm Version and download file extension(Electerm版本和下载文件后缀)

electerm-1.25.30-win-x64-installer.exe

Platform detail (平台详情)

Microsoft Windows NT 6.3.9600.0 x64

What steps will reproduce the bug?(重新问题的详细步骤)

Windows 8 操作系统,命令行启动命令如下:

D:\electerm\electerm.exe -nw -l gxt -P 2255 -pw itx:2yIpLt0v 192.1.2.9

启动没响应。
经测试,是因为密码 itx:2yIpLt0v 包含了英文冒号,导致启动无响应。

What should have happened?(期望的结果)

修复bug

Would this happen in other terminal app(是否能够在其他同类软件重现这个问题)

putty、SecureCRT、Xshell并无这个问题

Additional information(其他任何相关信息)

putty、SecureCRT、Xshell并无这个问题

Originally created by @lvhill on GitHub (Apr 1, 2023). Original GitHub issue: https://github.com/electerm/electerm/issues/2804 ### Electerm Version and download file extension(Electerm版本和下载文件后缀) electerm-1.25.30-win-x64-installer.exe ### Platform detail (平台详情) Microsoft Windows NT 6.3.9600.0 x64 ### What steps will reproduce the bug?(重新问题的详细步骤) Windows 8 操作系统,命令行启动命令如下: `D:\electerm\electerm.exe -nw -l gxt -P 2255 -pw itx:2yIpLt0v 192.1.2.9` 启动没响应。 经测试,是因为密码 `itx:2yIpLt0v` 包含了英文冒号,导致启动无响应。 ### What should have happened?(期望的结果) 修复bug ### Would this happen in other terminal app(是否能够在其他同类软件重现这个问题) putty、SecureCRT、Xshell并无这个问题 ### Additional information(其他任何相关信息) putty、SecureCRT、Xshell并无这个问题
kerem 2026-02-27 00:05:00 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@zxdong262 commented on GitHub (Apr 1, 2023):

-pw “itx:2yIpLt0v” 可以吗?

<!-- gh-comment-id:1493143488 --> @zxdong262 commented on GitHub (Apr 1, 2023): -pw “itx:2yIpLt0v” 可以吗?
Author
Owner

@lvhill commented on GitHub (Apr 2, 2023):

-pw “itx:2yIpLt0v” 可以吗?

PowerShell 窗口不管是加双引号 " 还是单引号 ' 都不行; cmd窗口加双引号 " 也是启动不了,但是单引号 ' 可以启动,只是把单引号也认为是密码的一部分了,导致密码不对。

<!-- gh-comment-id:1493248563 --> @lvhill commented on GitHub (Apr 2, 2023): > -pw “itx:2yIpLt0v” 可以吗? PowerShell 窗口不管是加双引号 `"` 还是单引号 `'` 都不行; cmd窗口加双引号 `"` 也是启动不了,但是单引号 `'` 可以启动,只是把单引号也认为是密码的一部分了,导致密码不对。
Author
Owner

@zxdong262 commented on GitHub (Sep 16, 2023):

将在下个版本修复

<!-- gh-comment-id:1722161689 --> @zxdong262 commented on GitHub (Sep 16, 2023): 将在下个版本修复
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#1831
No description provided.