Maikel

Results 421 comments of Maikel

I was looking for exactly that and really confused when I found your project. The documentation could be improved to point that out. Maybe the name doctestjs is also a...

@hoeni's workaround helped us two. This is how it looks like in production code: ```patch diff --git a/config/environments/production.rb b/config/environments/production.rb index c1c2f442b..f215f49ce 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -43,10 +43,10 @@...

The problem is that Ubuntu ships a version of curl that doesn't support SFTP. [bug report](https://bugs.launchpad.net/ubuntu/+source/curl/+bug/311029). The only solution I could find, like you, is to compile it yourself. There...

Hi Paul, I'm sorry you spent so much time on this. Unfortunately, there is no Ubuntu maintainer here. You can file a request with [Ubuntu](https://launchpad.net/ubuntu/+source/git-ftp) or use [our PPA](https://launchpad.net/~git-ftp/+archive/ubuntu/ppa/+packages) that...

There seems to be a way to do that with curl: https://curl.haxx.se/mail/archive-2008-03/0061.html But it's not supported by Git-ftp. You could write your own post-push-hook to change file permissions.

Hi! In your description I can't see where you reference the key. Do you provide only the private key? The error message `Unable to extract public key from private key...

I see what you are trying to do. Your approach should work the first time you are trying it. All changed files should be uploaded. But if you don't do...

Try `-v` for verbose. It displays all set options and doesn't suppress curl's stdout. I think we should improve the man page here: ``` -v, --verbose Be verbose. ```

Ah, okay, you would like to see the file name as well. Sorry, I overlooked that. Okay, we can do that at some point.

You can push to the other one the same way as you did to the first one. They are treated separately. You can also define [scopes](https://github.com/git-ftp/git-ftp/blob/develop/man/git-ftp.1.md#scopes) to store the different...