Miss my One V.
****
Seems the IPs of Heroku are blocked, so "git push heroku" can not work normally. In order to fix this problem, add following lines to the .ssh/config file:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host heroku.com | |
User freemember007 | |
Hostname 107.21.95.3 | |
PreferredAuthentications publickey | |
IdentityFile ~/.ssh/id_rsa | |
port 22 |
Oh, by the way, remember to change the user name to your own one.
REF:
Check this link
沒有留言:
張貼留言