我正在尝试将我的应用程序部署到heroku,但是在完成许多步骤之后,提交不起作用
我完成了所有这些步骤:
1. heroku login
2. git init
3. heroku create your-first-heroku-app --buildpack heroku/python
4. heroku git:remote -a your-first-heroku-app
5. git add .
当我尝试使用此命令提交时:
- git commit -m "First commit for heroku"
此错误引发:
***请告诉我你是谁。
运行
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
设置您帐户的默认身份。 省略--global仅在此存储库中设置身份。
致命:无法自动检测电子邮件地址(得到'M7d Fathi @ LAPTOP-EUOMTGAE。(无)')
注意:我使用“ heroku登录”成功登录