The server which I want to deploy is not windows.
It's Linux, CentOS 5.2 .

Now I realized that when I using command "cap deploy:setup"
it doesn't require password for Windows login user name but requires
root user password, not authorized public key.
Though it went well. I confirmed directories were made.

And comment out "set :scm, :git" for test, of course it couldn't
deploy well, but command finished and doesn't require password for
Windows login user name.

So, it seems that this problem occurs when using git, not Windows.
I found past similar problem.
http://www.mail-archive.com/capistrano@googlegroups.com/msg05494.html
quote:
Both 'user' variables are set to 'rails-app-user' in deploy.rb:.
But Capistrano 2.5.3 keeps using my local username to log into the
server. [OS X Leopard, 10.5.5.]
This problem seems unsolved.

What should I do?

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to 
capistrano-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to