-1

I downloaded this folder using

wget https://github.com/duxingkei33/orangepi_PC_gpio_pyH3

when I ls I can see the folder orangepi_PC_gpio_pyH3

however when I

cd orangepi_PC_gpio_pyH3

I get error:

-bash: cd: orangepi_PC_gpio_pyH3: Not a directory

1 Answers1

1

You downloaded the html page at the url, not a directory. You can check it by running cat on that file.

sebasth
  • 14,872
  • So what can I run to download the folder? – user04445 Aug 06 '17 at 19:22
  • Use git git clone https://github.com/duxingkei33/orangepi_PC_gpio_pyH3.git, this all is explained on github help https://help.github.com/articles/cloning-a-repository/ – sebasth Aug 06 '17 at 19:24