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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -