質問編集履歴

2

誤字修正

2018/08/26 17:11

投稿

a-san
a-san

スコア12

test CHANGED
File without changes
test CHANGED
@@ -6,11 +6,11 @@
6
6
 
7
7
 
8
8
 
9
- To bitbucket.org:applimanbou/hello_app.git
9
+ To bitbucket.org:○○○○○/hello_app.git
10
10
 
11
11
  ! [rejected] master -> master (non-fast-forward)
12
12
 
13
- error: failed to push some refs to 'git@bitbucket.org:applimanbou/hello_app.git'
13
+ error: failed to push some refs to 'git@bitbucket.org:○○○○○/hello_app.git'
14
14
 
15
15
  hint: Updates were rejected because the tip of your current branch is behind
16
16
 

1

画像を文字に変えた

2018/08/26 17:11

投稿

a-san
a-san

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,12 +1,28 @@
1
- Ruby on Rails Tutorialを進めている途中で詰まってしまいました。
1
+ Ruby on Rails Tutorial(https://railstutorial.jp/chapters/beginning?version=5.1#cha-beginning)を進めている途中で詰まってしまいました。
2
2
 
3
3
 
4
4
 
5
5
  現在、1.11: Bitbucketへのリポジトリ追加とリポジトリへのプッシュ まで進んだのですが、
6
6
 
7
- git push -u origin --all をターミナルに打つと、https://gyazo.com/fb7d5e476df86bbf139151d9f575ca1f
8
7
 
8
+
9
+ To bitbucket.org:applimanbou/hello_app.git
10
+
11
+ ! [rejected] master -> master (non-fast-forward)
12
+
13
+ error: failed to push some refs to 'git@bitbucket.org:applimanbou/hello_app.git'
14
+
15
+ hint: Updates were rejected because the tip of your current branch is behind
16
+
17
+ hint: its remote counterpart. Integrate the remote changes (e.g.
18
+
19
+ hint: 'git pull ...') before pushing again.
20
+
21
+ hint: See the 'Note about fast-forwards' in 'git push --help' for details.
22
+
23
+
24
+
9
- こちらのエラーが出てしまいます。
25
+ 上記のエラーが出てしまいます。
10
26
 
11
27
  リモートリポジトリにpushする方法を教えていただきたいです。
12
28