search

Home  >  Q&A  >  body text

git - ubuntu terminal problem. Please look at the picture to solve the problem (I don’t know how to ask this question)

The bottom of the picture says something about asking for help. Leave the search. What combination is used to create it

By the way, this interface appears because I used the git command git commit

大家讲道理大家讲道理2826 days ago654

reply all(2)I'll reply

  • 漂亮男人

    漂亮男人2017-05-02 09:47:19

    It’s you again...you have to believe that Google is a good partner, helper, and confidant in your studies!

    –––

    This is nano editor, how to save files in Google nano editor. I'm used to vim, but this product is really hard to use!
    And the git commit information command should be——

    git commit -m "要提交的信息"

    reply
    0
  • 某草草

    某草草2017-05-02 09:47:19

    The reason why this interface exists is because if you just enter git commit without entering git commit -m "commit description text", the editor will be called to edit the submission description text. Your system calls nano by default. After editing, you can press ctrl + o and press Enter to save, and then ctrl + x to exit. After exiting, the git commit will be completed and then proceed. Of course, git commit -m "commit description text" is generally recommended.

    reply
    0
  • Cancelreply