- Learning Heroku Postgres
- Patrick Espake
- 149字
- 2021-07-23 20:48:36
Logging in to Heroku
For using the Heroku Toolbelt, you need to log in via the command line. After this, you can start working with Heroku.
For log in, you must provide the e-mail and password used when you created your user account. If you are using Mac OS X or any Linux distribution, you will have to open a Terminal window. If you are using Windows, you must open the Command Prompt and type the following command to login:
$ heroku login Enter your Heroku credentials. Email: your-username@your-company.com Password (typing will be hidden): Authentication successful.
Heroku also needs your SSH public key as it identifies which developer is making changes in the applications. It's very simple to send your public key:
$ heroku keys:add Found existing public key: /Users/patrickespake/.ssh/id_rsa.pub Uploading SSH public key /Users/patrickespake/.ssh/id_rsa.pub... done
Now you're able to use all the commands that the Heroku client provides.
推薦閱讀
- Instant Testing with CasperJS
- Java應(yīng)用與實(shí)戰(zhàn)
- Learning RxJava
- Twilio Best Practices
- ArcGIS By Example
- H5頁(yè)面設(shè)計(jì):Mugeda版(微課版)
- SQL Server從入門(mén)到精通(第3版)
- Jenkins Continuous Integration Cookbook(Second Edition)
- Microsoft Azure Storage Essentials
- Babylon.js Essentials
- Learning Hadoop 2
- Learning Concurrency in Python
- Learning D3.js 5 Mapping(Second Edition)
- 從零開(kāi)始學(xué)Unity游戲開(kāi)發(fā):場(chǎng)景+角色+腳本+交互+體驗(yàn)+效果+發(fā)布
- jQuery EasyUI從零開(kāi)始學(xué)