TIBCOSoftware / flogo-cli

Project Flogo Command Line Interface
http://flogo.io
BSD 3-Clause "New" or "Revised" License
57 stars 28 forks source link

flogo install fails #60

Closed anshulsharmas closed 7 years ago

anshulsharmas commented 7 years ago

Hi, I am trying to install activities through cli but getting below errors. Any suggestions?

flogo install github.com/TIBCOSoftware/flogo-contrib/activity/log

skipping insecure protocol: git://github.com/TIBCOSoftware/flogo-contrib
skipping insecure protocol: http://github.com/TIBCOSoftware/flogo-contrib
FATAL: command "fetch" failed: vcs probe failed, tried: https://github.com/TIBCOSoftware/flogo-contrib,ssh://github.com/TIBCOSoftware/flogo-contrib
FATAL: command "vendor" failed: exit status 1
FATAL: command "install" failed: exit status 1
fcastill commented 7 years ago

It seems like an issue with git. I've faced a similar issue once with go/git when using a VPN, disconnecting from the VPN did the trick.

Also, github servers were having issues earlier today so maybe if you try again now it will work.

anshulsharmas commented 7 years ago

I downloaded the flogo-contrib & built the binaries again. It worked this time. Thanks.