Answer the question
In order to leave comments, you need to log in
How can I change the git user under which I am sitting?
I had a user1 account on the girhab, I registered user2, generated keys for it with the git command, added a public key to user2's account, assigned an origin repository, but when I tried to push to it, I suddenly received an error:
remote: Premission to user2/projectname.git deinted to user1
Answer the question
In order to leave comments, you need to log in
Based on the fact that you have Reads / Writes: 99% / 1%
, then it's worth trying to enable Query cache, if the read requests are repetitive, then this will help you.
everything else from MySQLTuner looks ok
How to reduce load on MySQL?
Based on the fact that you have Reads / Writes: 99% / 1%
In the git itself, the concept of user is nominal.
Change command:
$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question