2013-03-14 5 views
2

난 간단한 레일 테스트 앱을 가지고 있고 문제없이 github에 커밋을 추진하고 있습니다. Heroku가, (응용 프로그램 생성, SSH 키를로드) 승/내가 설정에 가서 내가 Heroku가에 밀어 전에 github에 대한 변경을 밀어 다시 갔을 때이 오류가있어 : 나는 실행Github으로 "피어로 연결 재설정"오류가 발생합니다.

$ git push 
ssh_exchange_identification: read: Connection reset by peer 
fatal: The remote end hung up unexpectedly 

:

ssh -vT [email protected] 

내가 얻을 :

ssh-keygen -t rsa -C "[email protected]"OpenSSH_5.9p1, OpenSSL 0.9.8r 8 Feb 2011 
debug1: Reading configuration data /etc/ssh_config 
debug1: /etc/ssh_config line 20: Applying options for * 
debug1: Connecting to github.com [207.97.227.239] port 22. 
debug1: Connection established. 
debug1: identity file /Users/username/.ssh/id_rsa type 1 
debug1: identity file /Users/username/.ssh/id_rsa-cert type -1 
debug1: identity file /Users/username/.ssh/id_dsa type -1 
debug1: identity file /Users/username/.ssh/id_dsa-cert type -1 
ssh_exchange_identification: read: Connection reset by peer 

나는 여기에 내 이메일과 사용자 이름을 대체했다. 나는 이것을 잠시 동안 둘러 보았고 그것을 돌았던 누군가를 아직 찾지 못했다. 내 키를 사용하지 않으려면 github을 재설정했습니다. 이것에 대한 아이디어가 있습니까?

답변

1

이것은 Heroku 문제가 아니며 Github에 문제가 있습니다.

https://status.github.com/

+0

와우, 이것은 충분히 간단 해 보입니다. 머리를 가져 주셔서 감사합니다. –

+0

나는 어제부터이 문제를 겪고 있으며 github 상태는 괜찮습니다. 그것은 id_rsa와 somehting 것으로 보인다. – srinivas

관련 문제