【发布时间】:2016-07-10 07:47:20
【问题描述】:
当我从我的 Visual Studio Team Services(以前是 Visual Studio Online)帐户克隆存储库时,我在克隆过程中在控制台中收到一条消息:
Cloning into 'thirdparty/boost'...
remote:
remote: vSTs
remote: vSTSVSTSv
remote: vSTSVSTSVST
remote: VSTS vSTSVSTSVSTSV
remote: VSTSVS vSTSVSTSV STSVS
remote: VSTSVSTSvsTSVSTSVS TSVST
remote: VS tSVSTSVSTSv STSVS
remote: VS tSVSTSVST SVSTS
remote: VS tSVSTSVSTSVSts VSTSV
remote: VSTSVST SVSTSVSTs VSTSV
remote: VSTSv STSVSTSVSTSVS
remote: VSTSVSTSVST
remote: VSTSVSTs
remote: VSTs (TM)
remote:
remote: Microsoft (R) Visual Studio (R) Team Services
remote:
Receiving objects: 100% (13740/13740), 736.66 MiB | 278.00 KiB/s, done.
我想在我的 git 服务器上做类似的事情。克隆时如何发送要打印的消息?
【问题讨论】:
-
你的 git 服务器是什么?纯git?但桶? github?石榴石? GitLab?等等...哪个版本?你用 ssh 吗?
-
这是一个运行 Ubuntu 的纯 git 服务器。我使用 ssh。
标签: git azure-devops