The get command like h5p get h5p-summary, says that the cloning failed although repositories are there. And other commands like h5p new-branch my-new-branch h5p-summary seems to work fine.
$ h5p get h5p-summary
Looking up dependencies... DONE
Cloning into 'h5p-summary'... FAILED
Klone nach 'h5p-summary' ...
Cloning into 'font-awesome'... FAILED
Klone nach 'font-awesome' ...
Cloning into 'h5p-joubel-ui'... FAILED
Klone nach 'h5p-joubel-ui' ...
Cloning into 'drop'... FAILED
Klone nach 'drop' ...
Cloning into 'tether'... FAILED
Klone nach 'tether' ...
Cloning into 'h5p-font-icons'... FAILED
Klone nach 'h5p-font-icons' ...
Cloning into 'h5p-transition'... FAILED
Klone nach 'h5p-transition' ...
Cloning into 'h5p-question'... FAILED
Klone nach 'h5p-question' ...
Cloning into 'h5p-editor-summary-textual-editor'... FAILED
Klone nach 'h5p-editor-summary-textual-editor' ...
$ h5p status -f
drop (master...origin/master)
font-awesome (master...origin/master)
h5p-editor-summary-textual-editor (master...origin/master)
h5p-font-icons (master...origin/master)
h5p-joubel-ui (master...origin/master)
h5p-question (master...origin/master)
h5p-summary (master...origin/master)
h5p-transition (master...origin/master)
tether (master...origin/master)
$ h5p new-branch my-branch h5p-summary
Branching 'h5p-summary'... FAILED
Branch 'my-branch' gewechselt
$ h5p status -f
drop (master...origin/master)
font-awesome (master...origin/master)
h5p-editor-summary-textual-editor (master...origin/master)
h5p-font-icons (master...origin/master)
h5p-joubel-ui (master...origin/master)
h5p-question (master...origin/master)
h5p-summary (my-branch)
h5p-transition (master...origin/master)
tether (master...origin/master)
(See the terminal recording for more detailed description of this issue.)
The
get
command likeh5p get h5p-summary
, says that the cloning failed although repositories are there. And other commands likeh5p new-branch my-new-branch h5p-summary
seems to work fine.(See the terminal recording for more detailed description of this issue.)
Versions