質問編集履歴

1

問題点を追加

2019/02/23 03:42

投稿

Gyakupanda
Gyakupanda

スコア12

test CHANGED
@@ -1 +1 @@
1
- Github にて pushができません、、、
1
+ Github にて pushができません..
test CHANGED
@@ -23,6 +23,26 @@
23
23
  fatal: unable to access 'https://github.com/gyakupanda/test.git/': Could not resolve host: github.com; Unknown error
24
24
 
25
25
  ```
26
+
27
+
28
+
29
+ また上記が出たのち、再び git add → git commit -m "commnet" と進めていくと、下記ののメッセ―ジが返りcommitが実施されません。
30
+
31
+ ```
32
+
33
+ $ git add README.md
34
+
35
+ $ git commit -m "test"
36
+
37
+ # On branch master
38
+
39
+ nothing to commit, working directory clean
40
+
41
+ ```
42
+
43
+
44
+
45
+
26
46
 
27
47
 
28
48