Joshua Crewe
Joshua Crewe
I noticed this as well. To get it working I used https://github.com/nodenv/nodenv (which is excellent) to set the environment to Node 13. This resulted in a successful build without too...
beautiful. Thanks for the guidance. I will take a look and see how far we can get.
@impressivewebs what about containing the images to the column width ? ``` img { max-width: 100%; height: auto; } ``` I did it on that pen and got some mixed...
Is there any more information you can provide with this issue? Curl is able to use the sftp protocol. If you are on a mac with homebrew there is a...
Yes, hmmmm. I am not an expert with Linux I am afraid. I have mostly used Arch which has always had the latest packages with the most flexibility. In theory...
I have used `--syncroot` to upload just the contents of a folder. Try adding a forward slash to the directory name. so `git ftp push --syncroot _site/ ftp://example.com` and see...
@LukasFritzeDev I followed those instructions and managed to get curl compiled with sftp support ... but I still get the same error. `curl: (51) SSL peer certificate or SSH remote...
@LukasFritzeDev thanks, there appears to be some gaps in my understanding here then. So even if you are using the `--insecure` option the transfer of files is still encrypted? So...
> Which version of Git-ftp do you use? ``` $ git-ftp --version git-ftp version 1.5.1 ``` @LukasFritzeDev you can us the direct IP as well... hmmmm thats interesting. I am...
I managed to run `ssh-keyscan` which did create different versions of the keys in my `known_hosts` file but did not fix the error : `curl: (51) SSL peer certificate or...