質問編集履歴
1
エラーメッセージの更新
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,6 +32,18 @@
|
|
32
32
|
|
33
33
|
SSHキーの変更
|
34
34
|
|
35
|
+
### 追記
|
35
|
-
|
36
|
+
いろいろ試みていると以下のようなメッセージが出てきました。
|
36
|
-
|
37
|
+
```
|
38
|
+
ec2-user:~/environment/toy_app (master) $ git push -u origin --all
|
39
|
+
Warning: Permanently added the RSA host key for IP address '18.205.93.0' to the list of known hosts.
|
40
|
+
To bitbucket.org:Ryota000666/toy_app.git
|
41
|
+
! [rejected] master -> master (fetch first)
|
42
|
+
error: failed to push some refs to 'git@bitbucket.org:Ryota000666/toy_app.git'
|
43
|
+
hint: Updates were rejected because the remote contains work that you do
|
44
|
+
hint: not have locally. This is usually caused by another repository pushing
|
45
|
+
hint: to the same ref. You may want to first integrate the remote changes
|
46
|
+
hint: (e.g., 'git pull ...') before pushing again.
|
47
|
+
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
|
48
|
+
```
|
37
49
|
ここにより詳細な情報を記載してください。
|