質問編集履歴
1
実行時コードの追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,6 +7,29 @@
|
|
7
7
|
! [remote rejected] master -> master (pre-receive hook declined)
|
8
8
|
error: failed to push some refs to 'https://git.heroku.com/agile-tundra-98261.git'
|
9
9
|
```
|
10
|
+
git push実行時のメッセージは以下
|
11
|
+
```ここに言語を入力
|
12
|
+
Enumerating objects: 3, done.
|
13
|
+
Counting objects: 100% (3/3), done.
|
14
|
+
Delta compression using up to 8 threads
|
15
|
+
Compressing objects: 100% (2/2), done.
|
16
|
+
Writing objects: 100% (3/3), 2.41 KiB | 2.42 MiB/s, done.
|
17
|
+
Total 3 (delta 0), reused 0 (delta 0)
|
18
|
+
remote: Compressing source files... done.
|
19
|
+
remote: Building source:
|
20
|
+
remote:
|
21
|
+
remote: -----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz
|
22
|
+
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
|
23
|
+
remote:
|
24
|
+
remote: ! Push failed
|
25
|
+
remote: Verifying deploy...
|
26
|
+
remote:
|
27
|
+
remote: ! Push rejected to agile-tundra-98261.
|
28
|
+
remote:
|
29
|
+
To https://git.heroku.com/agile-tundra-98261.git
|
30
|
+
! [remote rejected] master -> master (pre-receive hook declined)
|
31
|
+
error: failed to push some refs to 'https://git.heroku.com/agile-tundra-98261.git'
|
32
|
+
```
|
10
33
|
|
11
34
|
### コード
|
12
35
|
・CLIでのコマンド
|