質問編集履歴

2

文章の修正

2022/05/28 08:40

投稿

ta121443
ta121443

スコア0

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
  Reactでアプリを作成し,GitHub Pagesにデプロイしようとしたところ,以下の様なエラーが出ました.
3
3
 
4
4
  ### 実現したいこと
5
- Reactで作成したアプリをGitHubにPushした後、GitHub Pagesにデプロイしたいです.
5
+ Reactで作成したアプリをGitHub Pagesにデプロイしたいです.
6
6
 
7
7
  ### 発生している問題・エラーメッセージ
8
8
 

1

誤字

2022/05/27 20:47

投稿

ta121443
ta121443

スコア0

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```json
16
16
  {
17
- "homepage": "https://ta121443.github.io/counter",
17
+ "homepage": "https://{username}.github.io/{repositoryname}",
18
18
   ...省略
19
19
  },
20
20
  "scripts": {
@@ -27,8 +27,8 @@
27
27
  ```
28
28
  git remote -v
29
29
  でpathを確かめた結果,
30
- origin https://github.com/ta121443/counter.git (fetch)
30
+ origin https://github.com/{username}/{repositoryname}.git (fetch)
31
- origin https://github.com/ta121443/counter.git (push)
31
+ origin https://github.com/{username}/{repositoryname}.git (push)
32
32
  と,originにしっかりと目標のリポジトリのpathが登録されています.
33
33
  ```
34
34