このスタートガイドに従ってHerokuをセットアップしようとしていますが、Imがを経験していno such file or directory
ます。これにつながるものは何ですか?このエラーに関する私の経験で-bash
は、スペースや文字が間違っている可能性があるか、明らかにファイルがない可能性がありますが、何が欠けていますか?
セットアップからのコンソールエラーは次のとおりです。
localhost:local cf$ heroku login
Enter your Heroku credentials.
Email: heroku@mydomain.org
Password (typing will be hidden):
Found existing public key: /Users/cf/.ssh/id_rsa.pub
Uploading SSH public key /Users/cf/.ssh/id_rsa.pub... done
Enter your Heroku credentials.
Email: heroku@mydomain.org
Password (typing will be hidden):
Authentication successful.
localhost:local cf$ cd ~/myapp
-bash: cd: /Users/cf/myapp: No such file or directory
ヘルプガイドは
Could not find an existing public key.
Would you like to generate one? [Yn]
Generating new SSH public key.
Uploading ssh public key /Users/adam/.ssh/id_rsa.pub
私はすでにSSHキーを持っていましたが:
Found existing public key: /Users/cf/.ssh/id_rsa.pub
Uploading SSH public key /Users/cf/.ssh/id_rsa.pub... done
それは調査する必要があるものですか?ターミナルの別のインスタンスでも試しましたが、うまくいきませんでした。