【发布时间】:2016-05-04 20:20:28
【问题描述】:
由于我通过提交更改了消息并强制推送,因此团队城市在构建时显示此错误,并且我的所有下一次推送都没有发送到服务器。未发送更改。
我不知道如何处理这个错误,在互联网上没有找到任何东西,而且我的新推送没有被计算在内这一事实让我很困扰。
这是日志:
[15:55:51]Skip checking for changes - changes are already collected
[15:55:52]Building incremental patch for VCS root: Osaxis Git parametered root; checkout rules: =>; revision: bced9add36f7c34c8622b6f47bafbfdc45a69a48 --> 1efd8f421044b9f0d58784d982fd6d2c0f12609c
[15:55:51]Publishing internal artifacts
[15:55:51][Publishing internal artifacts] Sending using WebPublisher
[15:55:51][Publishing internal artifacts] Sending using ArtifactsCachePublisher
[15:55:51]Clearing temporary directory: /srv/TeamCity/buildAgent/temp/buildTmp
[15:55:51]Checkout directory: /srv/TeamCity/buildAgent/work/b4756bb7138c55d8
[15:55:51]Updating sources: server side checkout
[15:55:51][Updating sources] Using vcs information from agent file: b4756bb7138c55d8.xml
[15:55:52][Updating sources] Repository sources transferred
[15:55:52]Step 1/2: VCS update (parametered) (Command Line)
[15:55:52][Step 1/2] Starting: /bin/sh /scripts/intranet/10-vcs_update.sh
[15:55:52][Step 1/2] in directory: /srv/TeamCity/buildAgent/work/b4756bb7138c55d8
[15:55:52][Step 1/2] From http://git.osaxis.fr:8888/r/IntranetSF2
[15:55:52][Step 1/2] + bced9ad...1efd8f4 developpement -> origin/developpement (forced update)
[15:55:52][Step 1/2]
[15:55:52][Step 1/2] *** Please tell me who you are.
[15:55:52][Step 1/2]
[15:55:52][Step 1/2] Run
[15:55:52][Step 1/2]
[15:55:52][Step 1/2] git config --global user.email "you@example.com"
[15:55:52][Step 1/2] git config --global user.name "Your Name"
[15:55:52][Step 1/2]
[15:55:52][Step 1/2] to set your account's default identity.
[15:55:52][Step 1/2] Omit --global to set the identity only in this repository.
[15:55:52][Step 1/2]
[15:55:52][Step 1/2] fatal: unable to auto-detect email address (got 'root@aef183e198de.(none)')
[15:55:52][Step 1/2] Process exited with code 128
[15:55:52][Step 1/2] Step VCS update (parametered) (Command Line) failed
[15:55:52]Step 2/2: Docker upgrade (parametered) (Command Line)
[15:55:52][Step 2/2] Build step Docker upgrade (parametered) (Command Line) is skipped because the previous step has failed
[15:55:52]Publishing internal artifacts
[15:55:52][Publishing internal artifacts] Sending using WebPublisher
[15:55:52][Publishing internal artifacts] Sending using ArtifactsCachePublisher
[15:55:53]Build finished
似乎是 git 配置的问题,但我没有更改。
如果有人知道如何处理这个问题,那就太棒了。
【问题讨论】:
标签: git build teamcity teamcity-9.0