Clone Github repo to specific Windows folder?

前端 未结 6 2229
不知归路
不知归路 2021-02-07 16:27

How to change the cloning folder of a specific git? My default storage directory is here

C:\\Users\\myPC\\Documents\\GitHub

Bu

6条回答
  •  星月不相逢
    2021-02-07 16:45

    Just change the working directory in git bash by the cd command. Once that is done you can check if the directory you want to download/clone your git repo pwdcommand. Now you can clone the repo into the desired folder. As usual use git clone to clone the Repository.

    Hope this helps.

提交回复
热议问题