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?

  1. In VS Code, press Ctrl+Shift+P.
  2. Search for Python: Select Interpreter and select the target Python.
  3. Choose Terminal > New Terminal. The CLI of the remote container is displayed.
  4. 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.

VS Code FAQs

more