質問編集履歴
1
エラーメッセージの更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,8 +66,32 @@
|
|
66
66
|
|
67
67
|
|
68
68
|
|
69
|
-
###
|
69
|
+
### 追記
|
70
70
|
|
71
|
+
いろいろ試みていると以下のようなメッセージが出てきました。
|
71
72
|
|
73
|
+
```
|
74
|
+
|
75
|
+
ec2-user:~/environment/toy_app (master) $ git push -u origin --all
|
76
|
+
|
77
|
+
Warning: Permanently added the RSA host key for IP address '18.205.93.0' to the list of known hosts.
|
78
|
+
|
79
|
+
To bitbucket.org:Ryota000666/toy_app.git
|
80
|
+
|
81
|
+
! [rejected] master -> master (fetch first)
|
82
|
+
|
83
|
+
error: failed to push some refs to 'git@bitbucket.org:Ryota000666/toy_app.git'
|
84
|
+
|
85
|
+
hint: Updates were rejected because the remote contains work that you do
|
86
|
+
|
87
|
+
hint: not have locally. This is usually caused by another repository pushing
|
88
|
+
|
89
|
+
hint: to the same ref. You may want to first integrate the remote changes
|
90
|
+
|
91
|
+
hint: (e.g., 'git pull ...') before pushing again.
|
92
|
+
|
93
|
+
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
|
94
|
+
|
95
|
+
```
|
72
96
|
|
73
97
|
ここにより詳細な情報を記載してください。
|