Skip to content

Console Output

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