为什么git push origin master绘制ASCII艺术? [英] Why did git push origin master draw ASCII art?

查看:121
本文介绍了为什么git push origin master绘制ASCII艺术?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我运行 git push origin master
时,我看到一个非常不寻常的ASCII图片。
我已经运行了 git push 数百次,并且从未见过这种情况。
是否有解释它的含义?

When I ran git push origin master, I saw a very unusual ASCII picture. I have run git push hundreds of times and have never seen this before. Is there any explanation for what it means?

$ git push origin master
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 1.05 KiB | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: 
remote: ++++                               ++++
remote:   +++++++                     +++++++  
remote:      +++++++++++++++++++++++++++++     
remote:          +++++++++++++++++++++         
remote:                 +++++++                
remote:       +++                     +++      
remote:       ++++++     +++++     ++++++      
remote:        ++++++    +++++    ++++++       
remote:        +++++++    +++    +++++++       
remote:         ++++++++   +   ++++++++        
remote:          ++++++++     ++++++++         
remote:            ++++++++ +++++++++          
remote:             +++++++++++++++             
remote:              +++++++++++++              
remote:                +++++++++                
remote:                  +++++++                
remote:               +   +++++++               
remote:              +++   +++++++              
remote:             ++++++  +++++++             
remote:            +++++++   +++++++            
remote:           +++++++     +++++++           
remote:          +++++++       +++++++           
remote:          +++++++       +++++++           
remote:          +++++++       +++++++           
To git@bitbucket.org:my-name/my-project.git
   57367b4..3148737  master -> master

我正在运行OS X 10.7.5。

I am running OS X 10.7.5.

图片实际上有彩虹色,看起来像这样。

The picture actually has rainbow colors and looks like this.

推荐答案

bitbucket是为了庆祝最高法院的裁决而做的。更一般地说,在推送后,客户端可以看到由服务器上的post-receive钩子打印的任何内容。

bitbucket did this to celebrate the Supreme Court decision. More generally, anything printed out by a post-receive hook on the server is visible to the client after a push.

这篇关于为什么git push origin master绘制ASCII艺术?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆