Mislav Marohnić

Results 833 comments of Mislav Marohnić

> Is there a reason why `${GEM_HOME}/bin` is not auto-included in PATH? Not saying it should be. You mean, to include it in PATH when `libexec/rbenv` is preparing the final...

> To be exact it's these lines: Ah, I see! I can consider allowing `${GEM_HOME}/bin` to be prepended here; that would make sense. The extra conditional you noticed me adding...

> I'm starting to think that `${RBENV_ROOT}/versions/${RBENV_VERSION}/bin` should not be added to PATH at all I wanted to get away with that as well, but unfortunately, prepending the bin directory...

Hi, thank you for arguing your case, and I'm sorry it took me over a year to decide on this. I went back and forth on this, but I've decided...

Hi, this isn't well documented, but when reading from a file, each line is expected only to have a single user name (or team name), with the permission defined by...

The [warning message should be non-fatal](http://stackoverflow.com/a/15601984/11687) and it probably doesn't cause the SSH connection error. Does your host that the "production" remote points to accept SSH connections on the default...

Agreed that a "confirm all" switch would be nice. For now, it looks like the prompt will be skipped if stdout is not a terminal. Therefore, you might be able...

I'd like to know how to hide it as well. Personally I use passwordless SSH though (key auth) so I never have to deal with this issue.

Is it asking for "sudo password" when you're seeing your password in plain text? Then [it might be the `askpass` method](https://github.com/mislav/git-deploy/blob/ecc4417b8cedc13bd083d75a2f81bda5cc0ade6f/lib/git_deploy/ssh_methods.rb#L28) used here. It's probably not perfectly cross-platform so you...

You sure it was the init command? Since `init` [just generates the post-deployment scripts](https://github.com/mislav/git-deploy/blob/ecc4417b8cedc13bd083d75a2f81bda5cc0ade6f/lib/git_deploy.rb#L16-L20) in your application directory; it doesn't actually connect to SSH.