En primer lugar, crear nuevas claves utilizandoGit empuje para heroku
ssh-keygen -t rsa -C "[email protected]"
Luego añadir la clave generada a heroku por heroku keys:add
. Después de eso, traté de empujar mi repositorio de git a heroku usando git push heroku master
.
Antes de que he configed mi repositorio git uso de estos comandos: git init
, git add .
, git commit
, heroku create
, git remote add heroku [email protected]:sth.git
.
Sin embargo, recibí este error Host key verification failed
.
Estoy corriendo Ubuntu versión 11.10. Esto es extraño.
¿Qué significa git remote -v output? – ngm
github \t [email protected]: crowdvn/CrowdVN.git (fetch) github \t [email protected]: crowdvn/CrowdVN.git (push) heroku \t [email protected]: crecimiento de nieve-7014.git (buscar) heroku \t [email protected]: growing-snow-7014.git (push) – v4r
¿Qué produce ssh -vvv [email protected]? Esto puede brindar más información sobre dónde se está produciendo el error. – ngm