Currently, I try to set up Capistrano 3 with my Rails project. But I have a problem with the Git settings.
I have to use Visual Studio Team Foundation Server 2013 with Git support. The problem is that it only allows authentication using a HTTP request. There is no possibility to use a ssh key. https://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3801342-add-support-for-ssh-keys-as-alternate-authenticati
I do not want to store my password in ENV. How do I set up capistrano correctly to ask for the user and password?
For my old capistrano 2 config, I coded the complete steps my hand, because I had to use the old TFS without Git support.
By the way, I use Ubuntu for development.