Skip to content

Console Output

15:17:17 + make REF=master fedora-36
15:17:17 Init https://github.com/docker/cli.git
15:17:17 git init --initial-branch=master src/github.com/docker/cli
15:17:17 error: unknown option `initial-branch=master'
15:17:17 usage: git init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared[=<permissions>]] [<directory>]
15:17:17 
15:17:17     --template <template-directory>
15:17:17                           directory from which templates will be used
15:17:17     --bare                create a bare repository
15:17:17     --shared[=<permissions>]
15:17:17                           specify that the git repository is to be shared amongst several users
15:17:17     -q, --quiet           be quiet
15:17:17     --separate-git-dir <gitdir>
15:17:17                           separate git dir from working tree
15:17:17 
15:17:17 make: *** [Makefile:26: src/github.com/docker/cli] Error 129