i m doing this project in pycharm, i faced issue in deployment as below could pls help me out
I have add a login with heroku, install git, heroku and creat a file static folder and Procfile as text in the root folder and excute the steps u guided but when i run the statement git commit -m “Initial commit” then i m get this
should i run all the three statement one by one
git config --global user.email “you@example.com what excatly this statement asking which email id is in global user.
and
git config --global user.name . in this which user name i need to pass on
and
to set your account’s default identity.
Omit --global to set the identity only in this repository. what should i need to do thsi
and what does it mean
fatal: unable to auto-detect email address (got ‘User@DESKTOP-LRQV55O.
(none)’)
i m not able to unsderstand what excatly all these statement is telling?
git is a version control system and needs to know your name and your email address to work properly. You are supposed to replace you@example.com by your email address and Your Name by your name (or nick) in the commands above. After that you may need to execute a git init.
sam i will check it and then let ypu know the output.
beside this i have alos asked one more question regarding How to use SQL instead of dbsqlite in python forum if u know the answer could pls help on this issue too.