kareman / SwiftShell

A Swift framework for shell scripting.
https://kareman.github.io/SwiftShell
MIT License
1.03k stars 87 forks source link

The interactive command is suspended at the terminal #107

Open misanyrock opened 2 years ago

misanyrock commented 2 years ago

I call the git command with SwiftShell. The interactive command "git log" hangs, and "git status" works normally. "git log" can work on the console in Xcode. As shown below:

console in Xcode:

截屏2022-09-29 09 32 27

At the terminal: 截屏2022-09-29 09 33 59 截屏2022-09-29 09 34 32