facebook - heroku Could not generate key in Windows XP -


i trying program first facebook app using heroku, can't started. following instructions heroku provides (https://devcenter.heroku.com/articles/facebook), cannot generate ssh public key. here i'm seeing/doing:

heroku login (enter credentials) not find existing public key. generate one? (press enter) generating new ssh public key.  !    not generate key: bryan t anderson@bryan ~ 

i have looked on several other forums , tried following:

  • tried above commands in cmd.exe , in git bash
  • created .ssh directory (~/.ssh)
  • tried "ssh-keygen -t rsa" , "ssh-keygen -t rsa -c myemail@hotmail.com

one other strange thing noticed when "cd ~", , type pwd, says in /c/program files/java. not sure why isn't /c/program files/git.

change directory to

c:\program files\git\bin , run command


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -