Git push,推送成功,但在输出中放入一个大量的ASCII'X' [英] Git push, pushes successfully but puts a massive ASCII 'X' in the output

查看:119
本文介绍了Git push,推送成功,但在输出中放入一个大量的ASCII'X'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚推出了一些代码到BitBucket,它似乎推动了成功,但我得到的回应是,

  $ git push 
计数对象:11,完成。
使用多达12个线程的增量压缩。
压缩对象:100%(6/6),完成。
写入对象:100%(6/6),924字节| 0字节/秒,完成。
总计6(delta 4),重用1(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:+++++++ +++++++
到git@bitbucket.org:BanksySan / swag-challenge-1.git
26ce354..86b24a4 master - > master

什么是巨型ASCII十字架?

解决方案

这只是从服务器发送的任意文本;客户端只显示服务器发送的内容。请注意,每行都以 remote 为前缀。它通常用于错误消息,或者只是一些关于服务器的信息文本。



在这种情况下,它似乎是 Atlassian Logo 。基于另一个问题,它看起来像打算使用ANSI着色逃避序列像彩虹一样,可能会庆祝今天的最高法院的决定 打击违法行为同性婚姻在美国。可能是因为你的终端没有解释那些转义序列,所以你只看到了单色的标志,而不是彩虹。


I've just pushed some code up to BitBucket, it seems to have pushed successfully but the response I got was, is, strange.

$ git push
Counting objects: 11, done.
Delta compression using up to 12 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 924 bytes | 0 bytes/s, done.
Total 6 (delta 4), reused 1 (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:BanksySan/swag-challenge-1.git
   26ce354..86b24a4  master -> master

What's the giant ASCII cross for?

解决方案

That is just arbitrary text that is sent from the server; the client just displays what the server sends. Note that every line is prefixed with remote. It is usually used for error messages, or just some informational text about the server.

In this case, it appears to be the Atlassian Logo, as Atlassian is the company that owns Bitbucket. Based on another question, it looks like this is intended to be colored using ANSI escape sequences as a rainbow, likely to celebrate today's Supreme Court's decision to strike down laws against gay marriage in the US. It may be the case that your terminal is not interpreting those escape sequences, and so you are just seeing the monochrome logo, rather than the rainbow.

这篇关于Git push,推送成功,但在输出中放入一个大量的ASCII'X'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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