Назад | Перейти на главную страницу

Неизвестный параметр git config --local сообщил Дженкинс

Я задал тот же вопрос о переполнении стека, но у меня было только 5 просмотров, я думаю, что это лучший форум для этого вопроса.

Я настраиваю CI для проекта C #, размещенного на github, в частном репо. Git установлен на главном компьютере с CentOS, MSBuild - на подчиненных окнах.

Я создал учетную запись на github и добавил ее в свое личное репо. Когда я настраиваю систему управления версиями на Jenkins, я ввел URL-адрес (как https://github.com/.../repo.git) и ввел учетные данные с новой учетной записью.

Дженкинс сообщает:

Failed to connect to repository : Command "git config --local credential.helper store --file=/tmp/git2956041026506359040.credentials" returned status code 129:
stdout: 
stderr: error: unknown option `local'
usage: git config [options]

Config file location
    --global              use global config file
    --system              use system config file
    -f, --file <FILE>     use given config file

Action
    --get                 get value: name [value-regex]
    --get-all             get all values: key [value-regex]
    --get-regexp          get values for regexp: name-regex [value-regex]
    --replace-all         replace all matching variables: name value [value_regex]
    --add                 adds a new variable: name value
    --unset               removes a variable: name [value-regex]
    --unset-all           removes all matches: name [value-regex]
    --rename-section      rename section: old-name new-name
    --remove-section      remove a section: name
    -l, --list            list all
    -e, --edit            opens an editor
    --get-color <slot>    find the color configured: [default]
    --get-colorbool <slot>
                          find the color setting: [stdout-is-tty]

Type
    --bool                value is "true" or "false"
    --int                 value is decimal number
    --bool-or-int         value is --bool or --int
    --path                value is a path (file or directory name)

Other
    -z, --null            terminate values with NUL byte

Если я вхожу в мастер и пробую ту же команду на корневой консоли, я получаю ту же ошибку, --local не подходит для git config.

CentOS 6 (здесь я предполагаю версию 6) поставляется с git версии 1.7.1.
В --local переключатель был представлен в версии 1.7.4.
Следовательно, он недоступен в используемой вами версии.