git clone git@"*.*.*.*:ku.git"提示:
localhost:testGIT g$ git clone git@*.*.*.*:ku.git
Cloning into 'ku'...
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0755 for '/Users/g/.ssh/id_rsa' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Load key "/Users/g/.ssh/id_rsa": bad permissions
git@*.*.*.*'s password:
fatal: 'ku.git' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
解决办法:
(注: Permissions 0644 for '/****' 也是同样的解决办法)
localhost:.ssh g$ chmod -R 700 ~/.ssh