/Users/liuml/.ssh/id_rsa_tzあまりにもオープンのgitコマンドキーの権限を実行するように求め「の権限0644」「は、あまりにも開いています。」

場合は、コマンドプロンプトの実行gitのキーの権限があまりにもオープンPermissions 0644 for '/Users/liuml/.ssh/id_rsa_tz' are too open.

次のように考えます

Update failed
Warning: Permanently added 'gitee.com,***.***.***.**' (ECDSA) to the list of known hosts.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for '/Users/liuml/.ssh/id_rsa_tz' 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/liuml/.ssh/id_rsa_tz": bad permissions
[email protected]: Permission denied (publickey).
Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

次のコマンドを実行することができ、秘密鍵ファイルのパーミッションは700だけで罰金に設定されます。

> cd ~/.ssh
> sudo chmod -R 700 config id_rsa_*

ここに画像を挿入説明

公開された41元の記事 ウォン称賛21 ビュー70000 +

おすすめ

転載: blog.csdn.net/u010324331/article/details/88031467