質問編集履歴
1
bundle exec unicorn_rails -c config/unicorn.rb -E production -Dを追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
EC2サーバ側でgit pull origin masterをするとfatal: Couldn't find remote ref masterと表示されリモートにマスターがないと言われます。
|
2
|
+
bundle exec unicorn_rails -c config/unicorn.rb -E production -Dもするとmaster failed to start, check stderr log for detailsと表示されます。
|
2
3
|
GitHubdesktopにはCurrent branchのmasterは存在おり、コミット&プッシュを何度もしておりました。
|
3
4
|
試しにCreate Pull requestをしてみると下記のような画面になります。
|
4
5
|
](c82e2d5d5a5713b32ad9e6078788a36a.png)
|