Cloning Git repository locally

后端 未结 2 1217

I have just create a git repository on my iMac under the user git account and am now want to clone it from my main user account on the same computer. I have created my SSH k

2条回答
  •  轮回少年
    2020-12-09 19:01

    You shouldn't need an ssh key at all. Make all of the files world readable and just clone the full path. In other words, do

    $ git clone /path/to/repo
    

提交回复
热议问题