【发布时间】:2020-09-19 22:37:40
【问题描述】:
不幸的是,我的构建每次都失败。
复制过程显然总是应该失败的。 但是 Jenkins 上的这个用户对 repo 有 100% 的访问权限。 我可以 100% 排除这个错误。
有谁知道是什么原因造成的?
using GIT_ASKPASS to set credentials for Bitbucket Notifier plugin and Nexus service
> git.exe fetch --tags --progress -- https://URL/bitbucket/test.git +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Timeout after 10 minutes
ERROR: Error fetching remote repo 'origin'
....
stderr: Logon failed, use ctrl+c to cancel basic credential prompt.
remote: Counting objects: 1
remote: Counting objects: 4198, done.
remote: Compressing objects: 0% (1/2939)
...
remote: Compressing objects: 99% (2935/2939)
...
Finished: FAILURE
谢谢。
【问题讨论】: