为什么git push origin master绘制ASCII艺术?

时间:2015-06-28 01:15:57

标签: git bitbucket

当我跑git push origin master时, 我看到了一张非同寻常的ASCII图片。 我已经运行了git push数百次,之前从未见过这个。 这有什么解释吗?

$ 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。

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

2 个答案:

答案 0 :(得分:10)

bitbucket这样做是为了庆祝最高法院的裁决。更一般地说,在推送之后客户端可以看到由服务器上的接收后挂钩打印出的任何内容。

答案 1 :(得分:0)

当推送到Microsoft Team Foundation Server(TFS)仓库时,会出现类似情况。这只是您正在与之沟通的回购标志,在这种情况下是bitbucket。也许你之前从未见过这种行为,因为他们最近更新了他们的软件。没什么值得关注的。