directory
0.0.0-20250114171326-61b655262f86
Repository: https://github.com/jursonmo/practise_new.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
莫:用github.com/kr/pty 会在调用pty.Start(bash) 时出现错误
//2024/06/23 16:36:02 Could not start pty (fork/exec /usr/bin/bash: Setctty set but Ctty not valid in child)
解决 https://github.com/sqshq/sampler/pull/134,
用最新的版本的github.com/creack/pty 替换github.com/kr/pty 即可解决
github.com/kr/pty 是fork from creack/pty,但是github.com/kr/pty 不再维护
*/.
No description provided by the author
No description provided by the author
No description provided by the author