You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
在使用过程中遇到有时候服务器要求输入的password:提示是大写,即"Password:",此时程序会卡住。在
expect password:
中加入-nocase
,即expect -nocase "password:"
,则可以正常登陆The text was updated successfully, but these errors were encountered: