Recent Posts
Recent Comments
Link
관리 메뉴

NaggingMachine

heroku clone 본문

TechnoBabbler

heroku clone

naggingmachine 2013. 6. 18. 01:15

처음으로 heroku 프로젝트 만들어서 (또는 FB에서 생성했을 때) clone 하면 인증오류가 발생하게 됨


http://stackoverflow.com/questions/4269922/permission-denied-publickey-when-deploying-heroku-code-fatal-the-remote-end


다음 순서대로 실행


->heroku login

abc@gmail.com & password


->cd C:\Users\yourusername\.ssh

->ssh-keygen -t rsa -f id_rsa

(만약 윈도우즈라면 git bash에서 실행, 파일은 C:\Users\yourusername 에 생성됨)


if asks any passphrase don't use blank, fill with a passphrase,but not forget it.


->heroku keys:add "id_rsa.pub"

change directory to workspace, than


->git clone git@heroku.com:stark-dawn-1234.git -o heroku