udacity / devops-intro-project

Project files for Intro to DevOps class
286 stars 3.57k forks source link

bash: cd: packer-templates: No such file or directory #92

Closed waynedou1 closed 4 years ago

waynedou1 commented 4 years ago

Hi, I receive the following error: wayne@main MINGW64 ~ $ cd packer-templates bash: cd: packer-templates: No such file or directory

Please assist. Thank you in advance.

Below is a copy of the git clone command for reference:

wayne@main MINGW64 ~ $ git clone http://github.com/waynedou1/devops-intro-project devops Cloning into 'devops'... warning: redirecting to https://github.com/waynedou1/devops-intro-project/ remote: Enumerating objects: 206, done. remote: Total 206 (delta 0), reused 0 (delta 0), pack-reused 206 Receiving objects: 65% (134/206) Receiving objects: 100% (206/206), 41.36 KiB | 536.00 KiB/s, done. Resolving deltas: 100% (105/105), done.

13rac1 commented 4 years ago

You need to move into the devops-intro-project directory.

cd devops-intro-project
cd packer-templates