git推送至azure wesbite-每行以“[K]结尾`

git推送至azure wesbite-每行以“[K]结尾`,git,azure,azure-web-app-service,Git,Azure,Azure Web App Service,我有几个网站托管在azure上,它们是从teamcity内部通过git push部署的。这工作得相当好。我注意到的奇怪之处是,push日志中的每一行都以文本[K]结尾。这是为什么?我如何摆脱它 示例输出: [11:35:05]remote: Updating branch 'master'. [K [11:35:05]remote: .... [K [11:35:05]remote: Updating submodules. [K [11:35:05]remote: Preparing depl

我有几个网站托管在azure上,它们是从teamcity内部通过git push部署的。这工作得相当好。我注意到的奇怪之处是,push日志中的每一行都以文本[K]结尾。这是为什么?我如何摆脱它

示例输出:

[11:35:05]remote: Updating branch 'master'. [K
[11:35:05]remote: .... [K
[11:35:05]remote: Updating submodules. [K
[11:35:05]remote: Preparing deployment for commit id '54d9236271'. [K
[11:35:05]remote: Running custom deployment command... [K
[11:35:05]remote: Running deployment command... [K

如果[K前面有一个转义字符,这在许多终端模拟器中是一个清晰的结尾。可能是有什么东西在侵蚀转义字符。但它的确切来源是另一个问题。嗯,我正在使用git PoSH从git PoSH推送到网站,但没有看到这一点。可能是TeamCity如何解释来自远程git的终端消息。。。