1.報錯內(nèi)容
籽暇、
*** 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.
fatal: unable to auto-detect email address (got
'helei@LAPTOP-6JRMEKMH.(none)')
Everything up-to-date
Branch 'master' set up to track remote branch 'master' from
'https://github.com/ithelei/ithelei.github.io.git'.
?[32mINFO ?[39m Deploy done: ?[35mgit?[39m
诱担、
解決方案:
1.在文件瀏覽器中勾選顯示隱藏的項目
2.進(jìn)入我們博客目錄的“.deploy_git.git”子目錄祈纯,找到config文件您朽。
3.打開config文件黑界,添加以下內(nèi)容
[user]
email=ithelei424@gmail.com
name=ithelei@sina.cn
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[branch "master"]
remote = https://github.com/ithelei/ithelei.github.io.git
merge = refs/heads/master
- 郵箱:ithelei@sina.cn
- 技術(shù)討論群:687856230
- GoodLuck