yaooqinn commented on pull request #1999: URL: https://github.com/apache/incubator-kyuubi/pull/1999#issuecomment-1057679388
Hi @HYBG-1126 please set `user.name` and `user.email` to your local git config, you can use commands like these to set, ```git git config --global user.name "HYBG" git config --global user.email "Your GitHub email" ``` And after that, you can push again with an empty commit again using ``` git commit --allow-empty -am "update my credits" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
