git 推送到 bitbucket 后的 Atlassian“标志”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/31081919/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Atlassian "logo" after pushing to bitbucket
提问by esp
Having pushed to bitbucket I got this "image". What is this?
推送到 bitbucket 后,我得到了这个“图像”。这是什么?
回答by Brian Campbell
When you push to a Git server, it can send arbitrary text back that is displayed on your terminal. This is frequently used for error messages, information on the server you are pushing to, or the like.
当您推送到 Git 服务器时,它可以发送回显示在您终端上的任意文本。这经常用于错误消息、您要推送到的服务器的信息等。
In this case, it is the Atlassian Logo, as Atlassian are the owners of Bitbucket, colored using ANSI escape sequences as a rainbow, likely to celebrate today's Supreme Court's decisionto strike down laws against gay marriage in the US. It is also being applied each year, on or around the anniversary of this decision.
在这种情况下,它是Atlassian的标志,如Atlassian的是到位桶的业主,使用ANSI转义序列的彩虹色,可能为庆祝今天的最高法院的判决,以推翻对美国同性婚姻的法律。它也在每年,在该决定的周年纪念日或前后适用。
Many sites around the internet have switched to rainbow colored version of their logo for similar reasons, including StackOverflow. Of course, as a US decision, this is probably going to be puzzling to some of those outside of the US.
出于类似的原因,Internet 上的许多站点已切换到彩虹色版本的徽标,包括 StackOverflow。当然,作为美国的决定,这可能会让美国以外的一些人感到困惑。
You can disable these kind of messages on Bitbucket by going to your account settingsand unchecking the “Enable console messages”setting.
您可以通过转到您的帐户设置并取消选中“启用控制台消息”设置来禁用 Bitbucket 上的此类消息。