R
R
ratatyq2016-11-28 00:14:26
git
ratatyq, 2016-11-28 00:14:26

What's wrong with git again?

Hello, no matter how much I use git, some new errors constantly come out with it, for example, now I have such an error->

On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean

And it occurs when you enter the command git status or git commit...
What should I do?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2016-11-28
@gangstarcj

Go to sleep, you need to rest. And in the morning, take a translator and translate the "error"

T
TyzhSysAdmin, 2016-11-28
@POS_troi

Why did it suddenly become a mistake?
It directly tells you that you have no files that have been changed, so there is nothing to commit :)
Well, before the commit, do not forget
git add .

F
FoxInSox, 2016-11-28
@FoxInSox

There is no error, git basically tells you this. Write code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question