質問するログイン新規登録

質問編集履歴

5

追記

2020/08/09 07:19

投稿

qazplm8888
qazplm8888

スコア2

title CHANGED
File without changes
body CHANGED
@@ -62,4 +62,31 @@
62
62
  fatal: Could not read from remote repository.
63
63
 
64
64
  Please make sure you have the correct access rights
65
- and the repository exists.
65
+ and the repository exists.
66
+
67
+ 追記
68
+ やったらまたエラーが出てしまいました。。
69
+ Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
70
+ Warning: Permanently added 'heroku.com,50.19.85.132' (RSA) to the list of known hosts.
71
+ Enumerating objects: 6, done.
72
+ Counting objects: 100% (6/6), done.
73
+ Delta compression using up to 8 threads
74
+ Compressing objects: 100% (3/3), done.
75
+ Writing objects: 100% (6/6), 1.16 KiB | 39.00 KiB/s, done.
76
+ Total 6 (delta 0), reused 0 (delta 0), pack-reused 0
77
+ remote: Compressing source files... done.
78
+ remote: Building source:
79
+ remote:
80
+ remote: -----> Python app detected
81
+ remote: ! Requested runtime (python-3.8) is not available for this stack (heroku-18).
82
+ remote: ! Aborting. More info: https://devcenter.heroku.com/articles/python-support
83
+ remote: ! Push rejected, failed to compile Python app.
84
+ remote:
85
+ remote: ! Push failed
86
+ remote: Verifying deploy...
87
+ remote:
88
+ remote: ! Push rejected to shomohin.
89
+ remote:
90
+ To ssh://heroku.com/shomohin.git
91
+ ! [remote rejected] master -> master (pre-receive hook declined)
92
+ error: failed to push some refs to 'ssh://heroku.com/shomohin.git'

4

追記

2020/08/09 07:19

投稿

qazplm8888
qazplm8888

スコア2

title CHANGED
File without changes
body CHANGED
@@ -45,4 +45,21 @@
45
45
  このような感じで出ます。。
46
46
 
47
47
  追記
48
- このメルアドレスとユーザー名heroku側設定すればよいのでしょうか?
48
+ 一応設定はして最初に質問したエラーはなくなったのですがこは上手くっているのでしょうか?
49
+ git commit -am "make it better"
50
+ [master (root-commit) 460db2b] make it better
51
+ 4 files changed, 45 insertions(+)
52
+ create mode 100644 Procfile
53
+ create mode 100644 main.py
54
+ create mode 100644 requirements.txt
55
+ create mode 100644 runtime.txt
56
+
57
+ C:\Users\masakazu\Desktop\line-bot-test>git push heroku master
58
+ The authenticity of host 'heroku.com (50.19.85.156)' can't be established.
59
+ RSA key fingerprint is SHA256:8tF0wX2WquK45aGKs/Bh1dKmBXH08vxUe0VCJJWOA/o.
60
+ Are you sure you want to continue connecting (yes/no/[fingerprint])?
61
+ Host key verification failed.
62
+ fatal: Could not read from remote repository.
63
+
64
+ Please make sure you have the correct access rights
65
+ and the repository exists.

3

追記

2020/08/08 16:50

投稿

qazplm8888
qazplm8888

スコア2

title CHANGED
File without changes
body CHANGED
@@ -42,4 +42,7 @@
42
42
 
43
43
  C:\Users\masakazu\Desktop\line-bot-test>
44
44
 
45
- このような感じで出ます。。
45
+ このような感じで出ます。。
46
+
47
+ 追記
48
+ このメールアドレスとユーザー名はheroku側で設定すればよいのでしょうか?

2

追記

2020/08/08 16:39

投稿

qazplm8888
qazplm8888

スコア2

title CHANGED
File without changes
body CHANGED
@@ -23,4 +23,23 @@
23
23
 
24
24
  git log
25
25
 
26
- fatal:your current branch 'master' dose not have any commits yet
26
+ fatal:your current branch 'master' dose not have any commits yet
27
+
28
+ 追記
29
+ git commit -am "make it better"
30
+
31
+ *** Please tell me who you are.
32
+
33
+ Run
34
+
35
+ git config --global user.email "you@example.com"
36
+ git config --global user.name "Your Name"
37
+
38
+ to set your account's default identity.
39
+ Omit --global to set the identity only in this repository.
40
+
41
+ fatal: unable to auto-detect email address (got 'masakazu@DESKTOP-D231TSH.(none)')
42
+
43
+ C:\Users\masakazu\Desktop\line-bot-test>
44
+
45
+ このような感じで出ます。。

1

2020/08/08 16:23

投稿

qazplm8888
qazplm8888

スコア2

title CHANGED
File without changes
body CHANGED
@@ -6,4 +6,21 @@
6
6
  error: failed to push some refs to 'ssh://heroku.com/testapp.git'
7
7
  と出てしまいます。色々なサイトを調べた
8
8
  のですが結局このエラーがなくなりません。
9
- どうすればよいのでしょうか?
9
+ どうすればよいのでしょうか?
10
+ 追記
11
+ git status
12
+
13
+ On branch master
14
+
15
+ No commits yet
16
+
17
+ Changes to be committed:
18
+ (use ''git rm --cached<file>...''to unstage)
19
+ new file: Procfile
20
+ new file: main.py
21
+ new file: requirements.txt
22
+ new file: runtime.txt
23
+
24
+ git log
25
+
26
+ fatal:your current branch 'master' dose not have any commits yet