Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
emacs で ssh を介してファイルを開こうとすると、エラーが発生しました。
POSIX 'id' コマンドが見つかりませんでした
リモートシステムに適切なidコマンドがありますか? 設定すると、TRAMPが何をしようとしているのかを確認できます
id
(setq tramp-verbose 10)
*tramp/...*次に、バッファと の接続と監視を試みます*debug tramp/...*。リモート パスが TRAMP によって正しく設定されない場合は、変更できます。
*tramp/...*
*debug tramp/...*
(add-to-list 'tramp-remote-path "/path/to/id/command")