Skip to content

Console Output

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