1.share porject to github
2.check project
first question appeared:

” initial commit failed: unable to auto-detect email address (got ‘@DESKTOP-VS4T1T2.(none)’)”

slove:
to the project folder
find the “.git” folder
edit config
webstorm项目上传git遇到的坑
add some text
[user]
name= your name
email = your email
webstorm项目上传git遇到的坑

then the second question appeared
“Could not read from remote repository.”
solve:
webstorm-file-settings-vertion control-github
don’t check this option
webstorm项目上传git遇到的坑

sccessfully shared project to github

相关文章: