Git Bash can't change directory to documents folder

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

    Try

    $ cd C:/Users/(YOURUSERNAME)/Desktop
    

    If you are not sure what your username is, then try

    $ cd C:/Users
    

    Then this to see what options are available

    $ ls  
    

提交回复
热议问题