Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+5 votes

For the lab on thursday of week two I am unable to change directory using git bash using my windows computer. The phrase

cd path

is not working.

asked in CSC305 Fall 2021 by (1 point)

3 Answers

+1 vote

You could also switch the \ to /

answered by (2k points)
+1 vote

The path is where you store all of your computer science stuff is stored. So, try using your C or D drive on your computer as your path. So, like C:

answered by (1 point)
0 votes

On windows, I need to put the path name in quotes. This is not mentioned in the file from moodle.

cd "path"

answered by (1 point)
...