質問編集履歴
2
説明の追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -72,6 +72,32 @@
|
|
72
72
|
|
73
73
|
その上で改めてgit cloneしてみましたが、結果は変わらずでした。
|
74
74
|
|
75
|
+
ちなみにGitHubへのSSH接続自体はうまくいきます。
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
```bash
|
80
|
+
|
81
|
+
$ ssh git@github.com
|
82
|
+
|
83
|
+
The authenticity of host 'github.com (192.30.255.113)' can't be established.
|
84
|
+
|
85
|
+
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
|
86
|
+
|
87
|
+
RSA key fingerprint is MD5:16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
|
88
|
+
|
89
|
+
Are you sure you want to continue connecting (yes/no)? yes
|
90
|
+
|
91
|
+
Warning: Permanently added 'github.com,192.30.255.113' (RSA) to the list of known hosts.
|
92
|
+
|
93
|
+
PTY allocation request failed on channel 0
|
94
|
+
|
95
|
+
Hi username! You've successfully authenticated, but GitHub does not provide shell access.
|
96
|
+
|
97
|
+
Connection to github.com closed.
|
98
|
+
|
99
|
+
```
|
100
|
+
|
75
101
|
|
76
102
|
|
77
103
|
### 以上です
|
1
説明の追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
git cloneしようとすると、
|
25
|
+
GCEインスタンスにSSH接続し、git cloneしようとすると、
|
26
26
|
|
27
27
|
|
28
28
|
|