赞
踩
Solved Visual studio Code make sure you configure your user.name and user.email in git
Terminal 输入:
git config --global user.email “you@example.com” git config --global user.name “Your Name”