perforce から最後の変更を取得しようとしています
したがって、チュートリアルで見つけたように、perforceフォルダーに移動し、次のコマンドを実行します
p4 changes -m 5 //depot/main//project/ result.txt // should save last five changes to result.txt
しかし、次のエラーが表示されます
result.txt - must create client 'IM000001' to access local files // IM000001 is the name of my computer
何か案は?