質問編集履歴

4

a

2020/01/21 12:58

投稿

esklia
esklia

スコア81

test CHANGED
File without changes
test CHANGED
@@ -54,9 +54,9 @@
54
54
 
55
55
  (env1) hoge@LAPTOP-hoge:~/env1$ git remote -v
56
56
 
57
- origin https://github.com/hoge/reading-record-app.git (fetch)
57
+ origin https://github.com/hoge/reading-reco.git (fetch)
58
58
 
59
- origin https://github.com/hoge/reading-record-app.git (push)
59
+ origin https://github.com/hoge/reading-reco.git (push)
60
60
 
61
61
  ```
62
62
 

3

2020/01/21 12:58

投稿

esklia
esklia

スコア81

test CHANGED
File without changes
test CHANGED
@@ -38,9 +38,15 @@
38
38
 
39
39
  ```Integrate the remote changes (e.g.
40
40
 
41
- hint: 'git pull ...') before pushing again.```
41
+ hint: 'git pull ...') before pushing again.
42
+
43
+ ```
44
+
45
+
42
46
 
43
47
  とのことなので、push前にプルしろということなのでしょうが、なぜ初回のpushでこれを要求されるのでしょうか。pullしようにも、pushしないとpullのしようがないのではないでしょうか。また、
48
+
49
+
44
50
 
45
51
 
46
52
 
@@ -54,10 +60,12 @@
54
60
 
55
61
  ```
56
62
 
63
+
64
+
57
65
  ↑これの意味を教えていただきたいです。
58
66
 
59
67
 
60
68
 
61
69
  **試したこと**
62
70
 
63
- git pull などを試してみましたが、うまくいきませんでした。
71
+ git pull などを試してみましたが、うまくいきませんでした。

2

2020/01/21 12:58

投稿

esklia
esklia

スコア81

test CHANGED
File without changes
test CHANGED
@@ -55,3 +55,9 @@
55
55
  ```
56
56
 
57
57
  ↑これの意味を教えていただきたいです。
58
+
59
+
60
+
61
+ **試したこと**
62
+
63
+ git pull やなどを試してみましたが、うまくいきませんでした。

1

s

2020/01/21 12:57

投稿

esklia
esklia

スコア81

test CHANGED
@@ -1 +1 @@
1
- git プッシュ前にプルする意味
1
+ git:プッシュ前にプルする意味が分からない
test CHANGED
File without changes