Help Center/
ModelArts/
FAQs/
Notebook (New Version)/
VS Code/
What Do I Do If a Message Is Displayed Indicating an Incorrect Username or Email Address When I Use VS Code to Submit Code?
Updated on 2022-12-06 GMT+08:00
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.
Parent topic: VS Code
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot