質問編集履歴
1
個人情報の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,11 +10,11 @@
|
|
10
10
|
|
11
11
|
```
|
12
12
|
|
13
|
-
|
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/
|
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/
|
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/
|
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
|
-
|
79
|
+
$ git push heroku main
|
80
80
|
|
81
|
-
remote: ! Your account
|
81
|
+
remote: ! Your account 1574@gmail.com does not have access to webalbum.
|
82
82
|
|
83
|
-
fatal: unable to access 'https://git.heroku.com/
|
83
|
+
fatal: unable to access 'https://git.heroku.com/album.git/': The requested URL returned error: 403
|
84
84
|
|
85
85
|
```
|
86
86
|
|