S
S
sound9012019-05-01 19:39:53
git
sound901, 2019-05-01 19:39:53

How to commit a file with a github profile?

I create a repo
I clone it on my computer I add
files I
comment
Push (I do all this in pycharm)
And it turns out like this (when I commented on the file, git for some reason asked me to add a user and soap):
5cc9cadde29ad682152096.png
And how to return to this:
5cc9ca5965476773344294.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Romashkan, 2019-05-01
@saund901

Most likely, the email with which you commit does not match the one specified on the github.
You can try to look at the output git config user.emailin the directory with the downloaded repository.
Also, if you get into git log in PyCharm, it should be possible to view the credentials associated with each commit
. Email changes simply with the commandgit config user.email "[email protected]"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question