ssh - Cloning Git repository locally -
i have create git repository on imac under user git account , want clone main user account on same computer. have created ssh key , added .ssh/authorized_keys file. when log in main account following error message:
permission denied (publickey) fatal: remote end hung unexpectedly
now me, , while searching on web seems public key incorrect. have created twice , still same issue.
you shouldn't need ssh key @ all. make of files world readable , clone full path. in other words, do
$ git clone /path/to/repo
Comments
Post a Comment