What Do I Do If a Message Is Displayed Indicating an Incorrect Username or Email Address When I Use VS Code to Submit Code?

- In VS Code, press Ctrl+Shift+P.
- Search for Python: Select Interpreter and select the target Python.
- Choose . The CLI of the remote container is displayed.
- On the VS Code terminal, run the following commands and submit the code again:
git config --global user.email xxx@xxx.com # Change the email address to yours. git config --global user.name xxx # Change the username to yours.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.