Bilinmeyen seçenek git config - yerel olarak bildirildi Jenkins


7

Yığın taşmasında da aynı soruyu sordum ancak sadece 5 kez görüş aldım, bunun bu soru için daha iyi bir forum olduğunu düşünüyorum.

Özel bir depoda github'da barındırılan bir C # projesi için CI ayarlıyorum. Git, Master CentOS makineye, MSBuild ise bağımlı pencerelere kurulur.

Github'da hesap açtım ve bunu özel repoma ekledim. Jenkins üzerinde kaynak kontrolü kurarken, URL’yi ( https://github.com/.../repo.git olarak ) girdim ve yeni hesapla birlikte kimlik bilgileri girdim .

Jenkins raporları:

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

Master'a giriş yaparsam ve root konsolunda aynı komutu denediğimde aynı hatayı alıyorum, --local git config için bir seçenek değildir.


Stackexchange sitelerinde çapraz posta göndermemelisiniz, bir moderatörden sorunuzu başka bir siteye taşımasını istemeniz gerekir.
MichelZ

Yanıtlar:


5

CentOS 6 (sadece burada sürüm 6'yı alacağım) sürüm 1.7.1'i gönderiyor. Anahtar sürümü 1.7.4 ile tanıtıldı. Bu nedenle kullandığınız sürümde mevcut değildir.
--local


Git'in 1.7.11'e güncellenmesi sorunu çözdü. Teşekkür ederim.
user3043457
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.