Author identity unknown Please tell me who you are.Run git config --global user.email "[email protected]" git config --global user.name "Your Name"to set your account's default identity.Omit --global to set the identity only in this repository.
跟老師步驟做的,git commit -m 第一次上傳文件回車后出現上面報錯
跟老師步驟做的,git commit -m 第一次上傳文件回車后出現上面報錯
2022-02-19
修改項目中的文件
git status 查看項目當前狀態
git add demo.html
modified demo.html紅色邊綠已經被添加到暫存區
git commit -m修改文件
git log 查看提交結果
git status 查看項目當前狀態
git add demo.html
modified demo.html紅色邊綠已經被添加到暫存區
git commit -m修改文件
git log 查看提交結果
2021-11-05
MAC 安裝brew用境外的,總安裝不上,可以試試這個:https://blog.csdn.net/qq_37746495/article/details/119999701?spm=1001.2014.3001.5501
2021-08-30
git config --add --local user.name和git config --global user.name兩個命令都是設置用戶名的,他們區別是什么?
2021-07-29