Git push to Heroku under Cygwin fails -
i trying deploy first rails app heroku using cygwin have run problem.
msysgit installed , being used cygwin. can see running git --version
under cygwin , git version 1.8.0.msysgit.0
i set home variable %userpath%
, cygwin starts there. there .ssh directory there cd'ed , used ssh-keygen create keys.
i able setup heroku , upload keys correctly. steps work correctly till try push files. able use tortoisegit (i using msysgit visual gui) , able push server when rails bit comes around, push fails. fails, mean there no output. ran trace on , got this:
trace: run_command: 'ssh' 'git@heroku.com' 'git-receive-pack '\''namexxxx.git'\'''
can tell me might missing?
thanks!
edited add more information
Comments
Post a Comment