質問編集履歴

1

質問途中で質問をしてしまった

2016/11/06 17:29

投稿

takehisa555
takehisa555

スコア28

test CHANGED
File without changes
test CHANGED
@@ -6,8 +6,38 @@
6
6
 
7
7
 
8
8
 
9
- 公開鍵の設定などをして
9
+ 公開鍵の設定などをしていざ
10
+
11
+ pushしようとしたら
12
+
13
+
14
+
15
+ ssh: Could not resolve hostname github: Name or service not known
16
+
17
+ fatal: Could not read from remote repository.
18
+
19
+
20
+
21
+ Please make sure you have the correct access rights
22
+
23
+ and the repository exists.
24
+
25
+ このようなエラーメッセージが表示され
26
+
27
+ pushできません。
28
+
29
+ 何をどうに直したらいいのでしょうか?
30
+
31
+ どなたかよろしくお願いします。
32
+
33
+
34
+
35
+ ちなみに
10
36
 
11
37
  ssh -T git@github.com
12
38
 
13
39
  で接続を確認したところ
40
+
41
+ Hi takeshan! You've successfully authenticated, but GitHub does not provide shell access.
42
+
43
+ と表示されたので接続は正しく出来ているのだと思います。