2014-01-23 4 views
0

heorku하는누르면 자식의 repo 내가 명령을 사용하여 Heroku가에 장고 프로젝트를 추진하기 위해 노력하고

[remote "staging"] 
    url = [email protected]:heorku-server.git 
    fetch = +refs/heads/*:refs/remotes/staging/* 

을하지만, 나는 다음과 같은 오류가 발생합니다 :

Permission denied (publickey). 
fatal: Could not read from remote repository. 

Please make sure you have the correct access rights 
and the repository exists. 

Fatal error: local() encountered an error (return code 128) while executing 'git push staging master' 

Aborting. 

git repo 및 heroku 서버를 확인했으며 둘 다 정확한 공개 키를 가지고 있습니다.

도움 주셔서 감사합니다.

답변

1

마술 인터넷 포인트가 충분하지 않은 댓글 (이 응답이 있어야 함)을 만들 수 없습니다.

당신은 SSH 키의 새로운 세트를 생성 할 수도 있지만, 내가 처음이 스레드에서 어떤 시도 것 - Permission denied (publickey) when deploying heroku code. fatal: The remote end hung up unexpectedly

그것은 나를 여기 단계를 복사 - 붙여 넣기를 잘 친다?

+0

답변 해 주셔서 감사합니다. 나는이 정확한 단계들을 직접 알아 냈다. 키를 추가하면 하루 동안 효과가 있었고 새 키를 만들었습니다. – user1909186

관련 문제