Gitより、Heroluへログイン

概要

Git Bashを起動してログイン処理を実施(公開鍵を作成していない場合は追加して作成する)


手順

ログインを行う

$ heroku login
 
 

ログ

Welcome to Git (version 1.8.1.2-preview20130201)
 
 
Run 'git help git' to display the help index.
Run 'git help <command>' to display help for specific commands.
user@WKPC-MSHIGE1979 ~
$ heroku login
Enter your Heroku credentials.
Email: xxxxxxxxxxxx@xxxxxx.com
Password (typing will be hidden):
Found existing public key: C:/Users/user/.ssh/id_rsa.pub
Uploading SSH public key C:/Users/user/.ssh/id_rsa.pub... done
Authentication successful.
usero@WKPC-MSHIGE1979 ~
$
 
 


最終更新:2013年05月18日 14:00