質問編集履歴
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
```terminal
|
18
18
|
|
19
|
-
git config --global url."git@heroku.com:".insteadOf https://heroku.com/
|
19
|
+
git config --global url."git@heroku.com:".insteadOf https://git.heroku.com/
|
20
20
|
|
21
21
|
```
|
22
22
|
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
```terminal
|
18
18
|
|
19
|
-
git config --global url."git@
|
19
|
+
git config --global url."git@heroku.com:".insteadOf https://heroku.com/
|
20
20
|
|
21
21
|
```
|
22
22
|
|
@@ -52,15 +52,15 @@
|
|
52
52
|
|
53
53
|
```terminal
|
54
54
|
|
55
|
-
git config --global url."https://githu
|
55
|
+
git config --global url."https://git.heroku.com/".insteadOf git@heroku.com:
|
56
56
|
|
57
57
|
|
58
58
|
|
59
|
-
git config --global url.https://githu
|
59
|
+
git config --global url.https://git.heroku.com/.insteadOf git@heroku.com/
|
60
60
|
|
61
61
|
|
62
62
|
|
63
|
-
git config --global url."https://githu
|
63
|
+
git config --global url."https://git.heroku.com/".insteadOf git@heroku.com/
|
64
64
|
|
65
65
|
```
|
66
66
|
|