Git Bash can't change directory to documents folder

后端 未结 5 589
陌清茗
陌清茗 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:08

    It seems to me you are trying to understand where Documents is.

    To do that open your terminal and type cd, that will change your current directory to your home folder.

    Once in your home, which should look like /c/Users/YOUR-USERNAME, type ls, your Documents folder is there.

    tl;dr cd /c/Users/YOUR-USERNAME/Documents.

提交回复
热议问题