scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

Cannot run dandelion deploy: "Unsupported scheme" #124

Closed CodeBrauer closed 9 years ago

CodeBrauer commented 9 years ago

This is my dandelion.yml:

adapter: ftp
host: ??????.de
username: gabriel
password: ********
path: /just/a/path

exclude:
    - .gitignore
    - dandelion.yml

On dandelion deploy I'm getting this error:

Unsupported scheme: 

So I tried to reinstall it: gem install dandelion

After more than 2 hours the script still says (my mac should be fast enough): Building native extensions. This could take a while...


On other repositories everything works great atm.

CodeBrauer commented 9 years ago

Found it... made adapter to scheme and now it works - my bad.