Make sure you configure your "user.name" and "user.email" in git.

ayubene發表於2024-03-27

在vscode專案開啟終端

git config user.name name
git config user.email email@email.com 

本來試了幾次沒成功,因為搜的文章裡都是

// 配置郵箱
git config --global user.email "you@example.com"
 
// 配置使用者名稱
git config --global user.name "Your Name"

我在最後加了雙引號 所以一直沒成功

相關文章