aikuyun / iterm2-zmodem

在 Mac 下,实现与服务器进行便捷的文件上传和下载操作
1.13k stars 713 forks source link

服务端使用rz会卡死 #12

Open YYYMagic opened 4 years ago

YYYMagic commented 4 years ago

使用macos iTerm2连接Debian 4.14.81.bm.15 输入rz之后一直卡在waiting to receive.**B0100000063f694

yimengyisheng commented 2 years ago

me too

LoveYou3000 commented 2 years ago

大佬解决了吗

YYYMagic commented 2 years ago

没有解决..

bg4hkq commented 2 months ago

@YYYMagic @yimengyisheng @LoveYou3000

ls -l /usr/local/bin/rz
ls -l /usr/local/bin/sz

看看这两个文件的链接是不是有问题,新的 homebrew挪到/opt下去了,所以调用不到。 如果你的链接是../Cellar/lrzsz/...的话就会调用不到。

ln -sf /opt/homebrew/bin/sz /usr/local/bin/sz
ln -sf /opt/homebrew/bin/rz /usr/local/bin/rz

重新做一下链接就好了