You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error when I try to update flogo-cli with this command :
go get -u github.com/TIBCOSoftware/flogo-cli/...
mbp-de-eric-2:go ericcarlier$ go get -u github.com/TIBCOSoftware/flogo-cli/...
# cd /Users/ericcarlier/Development/go/src/github.com/TIBCOSoftware/flogo-cli; git submodule update --init --recursive
Submodule 'submodules/flogo-cicd' (https://github.com/TIBCOSoftware/flogo-cicd.git) registered for path 'submodules/flogo-cicd'
Cloning into 'submodules/flogo-cicd'...
remote: Repository not found.
fatal: repository 'https://github.com/TIBCOSoftware/flogo-cicd.git/' not found
fatal: clone of 'https://github.com/TIBCOSoftware/flogo-cicd.git' into submodule path 'submodules/flogo-cicd' failed
package github.com/TIBCOSoftware/flogo-cli/cli: exit status 128
And indeed I can not see this dir in TIBCOSoftware github repo
Eric
The text was updated successfully, but these errors were encountered:
I get an error when I try to update flogo-cli with this command :
go get -u github.com/TIBCOSoftware/flogo-cli/...
And indeed I can not see this dir in TIBCOSoftware github repo
Eric
The text was updated successfully, but these errors were encountered: