質問編集履歴

3

2019/05/05 03:23

投稿

l_h_l_h
l_h_l_h

スコア22

test CHANGED
File without changes
test CHANGED
@@ -87,3 +87,15 @@
87
87
 
88
88
 
89
89
  よろしくお願いします
90
+
91
+
92
+
93
+ 追記:
94
+
95
+ すみません忘れていました
96
+
97
+ 試したのはHTML+javascriptのもとのjspのものでした
98
+
99
+ ご指摘の通りそのままではアップできないようです
100
+
101
+ カスタムパック探してまた試してみます

2

エラー文掲載しました

2019/05/05 03:23

投稿

l_h_l_h
l_h_l_h

スコア22

test CHANGED
File without changes
test CHANGED
@@ -25,3 +25,65 @@
25
25
  error: failed to push some refs to ...
26
26
 
27
27
  というものです
28
+
29
+
30
+
31
+ 追記:全文です
32
+
33
+ Enumerating objects: 7, done.
34
+
35
+ Counting objects: 100% (7/7), done.
36
+
37
+ Delta compression using up to 12 threads
38
+
39
+ Compressing objects: 100% (7/7), done.
40
+
41
+ Writing objects: 100% (7/7), 3.83 KiB | 3.83 MiB/s, done.
42
+
43
+ Total 7 (delta 1), reused 0 (delta 0)
44
+
45
+ remote: Compressing source files... done.
46
+
47
+ remote: Building source:
48
+
49
+ remote:
50
+
51
+ remote: ! No default language could be detected for this app.
52
+
53
+ remote: HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically.
54
+
55
+ remote: See https://devcenter.heroku.com/articles/buildpacks
56
+
57
+ remote:
58
+
59
+ remote: ! Push failed
60
+
61
+ remote: Verifying deploy...
62
+
63
+ remote:
64
+
65
+ remote: ! Push rejected to アプリ名.
66
+
67
+ remote:
68
+
69
+ To https://git.heroku.com/[...].git
70
+
71
+ ! [remote rejected] master -> master (pre-receive hook declined)
72
+
73
+ error: failed to push some refs to 'https://.....'
74
+
75
+
76
+
77
+ デフォルトの言語じゃないと言われているので
78
+
79
+ [こちら](https://qiita.com/kanza0awa/items/b8d475e67a147cd54453)を試したところ
80
+
81
+ error: src refspec master does not match any
82
+
83
+ error: failed to push some refs to 'アドレス.git'
84
+
85
+ とのことでした
86
+
87
+
88
+
89
+ よろしくお願いします

1

2019/05/05 02:23

投稿

l_h_l_h
l_h_l_h

スコア22

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,13 @@
15
15
  他のファイルで試してみてもダメだったので、おそらくgithub側の設定がおかしいような気がします
16
16
 
17
17
  どなたかアドバイスいただけると幸いです
18
+
19
+
20
+
21
+ 追記:
22
+
23
+ エラー文は文頭のものに加え
24
+
25
+ error: failed to push some refs to ...
26
+
27
+ というものです