Git Bash can't change directory to documents folder

后端 未结 5 588
陌清茗
陌清茗 2021-02-08 07:42

I\'m trying to following this Github tutorial: https://www.youtube.com/watch?v=73I5dRucCds When I try to change my directory to my desktop, I get this in my Git Shell:

5条回答
  •  礼貌的吻别
    2021-02-08 08:16

    If you run pwd (print working directory) you'll know where you are in your system's file structure and navigate from there.

    Assuming you're on Mac OS X you probably want to do cd ~/Desktop (~ is a shorthand way of getting to your home folder).

提交回复
热议问题