回答編集履歴
1
修正
answer
CHANGED
@@ -3,4 +3,5 @@
|
|
3
3
|
```terminal
|
4
4
|
git config --global --remove-section url.ssh://git@heroku.com/
|
5
5
|
```
|
6
|
+
https://devcenter.heroku.com/articles/git#ssh-git-transport
|
6
7
|
でhttpsに変更できました。ありがとうございました。
|