Author identity unknown Please tell me who you are.Run git config --global user.email "you@example.com" 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 第一次上傳文件回車后出現(xiàn)上面報錯
跟老師步驟做的,git commit -m 第一次上傳文件回車后出現(xiàn)上面報錯
2022-02-19
修改項目中的文件
git status 查看項目當前狀態(tài)
git add demo.html
modified demo.html紅色邊綠已經(jīng)被添加到暫存區(qū)
git commit -m修改文件
git log 查看提交結(jié)果
git status 查看項目當前狀態(tài)
git add demo.html
modified demo.html紅色邊綠已經(jīng)被添加到暫存區(qū)
git commit -m修改文件
git log 查看提交結(jié)果
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兩個命令都是設(shè)置用戶名的,他們區(qū)別是什么?
2021-07-29