Skip to content

Console Output

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