質問編集履歴

1

個人情報の修正

2020/11/14 02:59

投稿

ktaraw1574
ktaraw1574

スコア7

test CHANGED
File without changes
test CHANGED
@@ -10,11 +10,11 @@
10
10
 
11
11
  ```
12
12
 
13
- sugitakoutarounoMacBook-Air:webalbum sugitakoutarou$ git push heroku master
13
+ $ git push heroku master
14
14
 
15
15
  error: src refspec master does not match any
16
16
 
17
- error: failed to push some refs to 'https://git.heroku.com/webalbum.git'
17
+ error: failed to push some refs to 'https://git.heroku.com/album.git'
18
18
 
19
19
  ```
20
20
 
@@ -38,7 +38,7 @@
38
38
 
39
39
  [remote "origin"]
40
40
 
41
- url = https://github.com/kotaro1574/webalbum.git
41
+ url = https://github.com/(name)/album.git
42
42
 
43
43
  fetch = +refs/heads/*:refs/remotes/origin/*
44
44
 
@@ -50,7 +50,7 @@
50
50
 
51
51
  [remote "heroku"]
52
52
 
53
- url = https://git.heroku.com/webalbum.git
53
+ url = https://git.heroku.com/album.git
54
54
 
55
55
  fetch = +refs/heads/*:refs/remotes/heroku/*
56
56
 
@@ -76,11 +76,11 @@
76
76
 
77
77
  ```
78
78
 
79
- sugitakoutarounoMacBook-Air:webalbum sugitakoutarou$ git push heroku main
79
+ $ git push heroku main
80
80
 
81
- remote: ! Your account shake1574@gmail.com does not have access to webalbum.
81
+ remote: ! Your account 1574@gmail.com does not have access to webalbum.
82
82
 
83
- fatal: unable to access 'https://git.heroku.com/webalbum.git/': The requested URL returned error: 403
83
+ fatal: unable to access 'https://git.heroku.com/album.git/': The requested URL returned error: 403
84
84
 
85
85
  ```
86
86