heroku - rails - Permission denied (publickey)

前端 未结 5 1841
花落未央
花落未央 2021-02-04 06:01
heroku create
Creating floating-planet-1824......................... done, stack is bamboo-mri-1.9.2
http://floating-planet-1824.heroku.com/ | git@heroku.com:floating-pl         


        
5条回答
  •  灰色年华
    2021-02-04 06:42

    this is how i solved mine

    $ heroku keys:clear
    Removing all SSH keys... done
    $ heroku login
    

    after clearing all previous ssh. heroku login's uploads back my ssh public key and i can happily git push heroku master back

提交回复
热议问题