1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
0
It turns out it is a tmux issue. The remedy is to create a local tmux folder:
mkdir -p ~/.tmux/tmp
chmod 777 -R /.tmux/tmp/.tmux/tmp' >> ~/.bashrc
echo 'export TMUX_TMPDIR=
Still no idea what changed on the instance to cause the problem.
답변함 4년 전
