Git fetch не может прочитать ошибку пароля - PullRequest
0 голосов
/ 10 декабря 2018
Team, we are trying to do git fetch origin. Its is failing with incorrect device or password. We are using the correct password in the git clone url. Please check below and help to resolve the error.

+ /opt/app/git/2.9.0-05/bin/git init
Reinitialized existing Git repository in /opt/app/test_node/sdt-devops.vci.xxx.com_1234/sharedspace/.git/
+ /opt/app/git/2.9.0-05/bin/git config --list --show-origin
file:.git/config       core.repositoryformatversion=0
file:.git/config       core.filemode=true
file:.git/config       core.logallrefupdates=true
file:.git/config       core.bare=false
file:.git/config        remote.origin.url=https://test@codecloud.web.test.com/scm/st_xxx/test.git
+ /opt/app/git/2.9.0-05/bin/git fetch --all
Fetching origin
fatal: could not read Password for 'https://test@codecloud.web.test.com': No such device or address
error: Could not fetch origin
Build step 'Execute shell' marked build as failure

Над журналами для кода, в котором мы использовали эти команды git init и git fetch --all от Jenkins, выполняли shell. Мы пытались использовать ssh вместо https, но также безуспешно.

1 Ответ

0 голосов
/ 10 декабря 2018

Есть ли настройки прокси для Дженкинса?Я полагаю, что сервер DNS не решается.Можете проверить днс и доступ к серверу?

...