質問編集履歴

1

追記 エラーメッセージ

2022/07/22 07:41

投稿

kakap
kakap

スコア1

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,55 @@
45
45
 
46
46
  gitはコマンドで行うように意識はしていますがまだまだ初心者です。
47
47
 
48
+
49
+ ### ※追記 エラーメッセージ
50
+ ```
51
+ OpenSSH_8.6p1, LibreSSL 2.8.3
52
+ debug1: Reading configuration data /Users/[個人名]/.ssh/config
53
+ debug1: /Users/[個人名]/.ssh/config line 211: Applying options for github-sub
54
+ debug1: Reading configuration data /etc/ssh/ssh_config
55
+ debug1: /etc/ssh/ssh_config line 21: include /etc/ssh/ssh_config.d/* matched no files
56
+ debug1: /etc/ssh/ssh_config line 54: Applying options for *
57
+ debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
58
+ debug1: Connecting to github.com port 22.
59
+ debug1: Connection established.
60
+ debug1: identity file /Users/[個人名]/.ssh/id_rsa-[個人名] type 0
61
+ debug1: identity file /Users/[個人名]/.ssh/id_rsa-[個人名]-cert type -1
62
+ debug1: Local version string SSH-2.0-OpenSSH_8.6
63
+ debug1: Remote protocol version 2.0, remote software version babeld-b9c2a189
64
+ debug1: compat_banner: no match: babeld-b9c2a189
65
+ debug1: Authenticating to github.com:22 as 'git-[個人名]'
66
+ debug1: load_hostkeys: fopen /Users/[個人名]/.ssh/known_hosts2: No such file or directory
67
+ debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
68
+ debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
69
+ debug1: SSH2_MSG_KEXINIT sent
70
+ debug1: SSH2_MSG_KEXINIT received
71
+ debug1: kex: algorithm: curve25519-sha256
72
+ debug1: kex: host key algorithm: ecdsa-sha2-nistp256
73
+ debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
74
+ debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
75
+ debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
76
+ debug1: SSH2_MSG_KEX_ECDH_REPLY received
77
+ debug1: Server host key: ecdsa-sha2-nistp256 SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM
78
+ debug1: load_hostkeys: fopen /Users/[個人名]/.ssh/known_hosts2: No such file or directory
79
+ debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
80
+ debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
81
+ debug1: Host 'github.com' is known and matches the ECDSA host key.
82
+ debug1: Found key in /Users/[個人名]/.ssh/known_hosts:21
83
+ debug1: rekey out after 134217728 blocks
84
+ debug1: SSH2_MSG_NEWKEYS sent
85
+ debug1: expecting SSH2_MSG_NEWKEYS
86
+ debug1: SSH2_MSG_NEWKEYS received
87
+ debug1: rekey in after 134217728 blocks
88
+ debug1: Will attempt key: /Users/[個人名]/.ssh/id_rsa-[個人名] RSA SHA256:dYlusejXbPfwxdasA93kD43blgj3dd/ymhYukP/ovN4 explicit
89
+ debug1: SSH2_MSG_EXT_INFO received
90
+ debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa>
91
+ debug1: SSH2_MSG_SERVICE_ACCEPT received
92
+ debug1: Authentications that can continue: publickey
93
+ debug1: Next authentication method: publickey
94
+ debug1: Offering public key: /Users/[個人名]/.ssh/id_rsa-[個人名] RSA SHA256:dYlusejXbPfwxdasA93kD43blgj3dd/ymhYukP/ovN4 explicit
95
+ debug1: Authentications that can continue: publickey
96
+ debug1: No more authentication methods to try.
97
+ git-[個人名]@github.com: Permission denied (publickey).
98
+ ```
99
+