質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -15,3 +15,21 @@
|
|
15
15
|
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
|
16
16
|
|
17
17
|
このようなエラーが表示されます。どのように対処すればよろしいでしょうか。ご教授お願い致します。
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
pullしてもう一度pushを試しましたがTo bitbucket.org:Black_Flame/hello_app.git
|
22
|
+
|
23
|
+
! [rejected] master -> master (non-fast-forward)
|
24
|
+
|
25
|
+
error: failed to push some refs to 'git@bitbucket.org:Black_Flame/hello_app.git'
|
26
|
+
|
27
|
+
hint: Updates were rejected because the tip of your current branch is behind
|
28
|
+
|
29
|
+
hint: its remote counterpart. Integrate the remote changes (e.g.
|
30
|
+
|
31
|
+
hint: 'git pull ...') before pushing again.
|
32
|
+
|
33
|
+
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
|
34
|
+
|
35
|
+
このようなエラーが出ています。
|