質問編集履歴

2

誤字

2019/03/29 10:46

投稿

Quad
Quad

スコア18

test CHANGED
File without changes
test CHANGED
File without changes

1

Markdown記法を使った

2019/03/29 10:46

投稿

Quad
Quad

スコア18

test CHANGED
File without changes
test CHANGED
@@ -1,14 +1,14 @@
1
1
  こちらの記事に沿って(https://byuzensen.com/node-js-express-app-heroku)node.jsで作ったアプリをHerokuで公開しようとしているのですが、無事公開できたか確認するために、コマンドプロンプトに
2
2
 
3
- 'heroku open'
3
+ `heroku open`
4
4
 
5
5
  と打つと、
6
6
 
7
- 'Error: Missing reqired flag:
7
+ `Error: Missing reqired flag:
8
8
 
9
9
  -a, --app APP app to run command against
10
10
 
11
- See more help with --help'
11
+ See more help with --help`
12
12
 
13
13
  と返ってきます。
14
14
 
@@ -18,17 +18,17 @@
18
18
 
19
19
  因みにその1つ前の工程(ディレクトリのファイルをプッシュする所)で
20
20
 
21
- 'git push heroku master'
21
+ `git push heroku master`
22
22
 
23
23
  と打ち込んだ時に
24
24
 
25
- 'fatal: 'heroku' does not appear to be a git repository
25
+ `fatal: 'heroku' does not appear to be a git repository
26
26
 
27
27
  fatal: Could not read from remote repository.
28
28
 
29
29
  Please make sure ou have the correct access rights
30
30
 
31
- and the repository exists.'
31
+ and the repository exists.`
32
32
 
33
33
  と表示されたのですが、これは関係あるのでしょうか?
34
34