So I'm following this tutorial: https://www.techwithtim.net/tutorials/discord-py/hosting-a-discord-bot-for-free/ and I was getting this error:
C:\Users\Joshua\OneDrive\VscodePrograms\MyPythonFolder\Discord>git add .
warning: LF will be replaced by CRLF in MyPythonFolder/Discord/.idea/inspectionProfiles/Project_Default.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in MyPythonFolder/Discord/.idea/inspectionProfiles/profiles_settings.xml.
The file will have its original line endings in your working directory
error: 'MyPythonFolder/Discord/among-us-bot1234/' does not have a commit checked out
fatal: adding files failed
after I ran the code:
git add .
Here is my full cmd:
C:\Users\Joshua\OneDrive\VscodePrograms\MyPythonFolder\Discord>heroku login
heroku: Press any key to open up the browser to login or q to exit:
Opening browser to https://cli-auth.heroku.com/auth/cli/browser/fa74f932-feb1-48cc-af29-1ab8f995ff9f?requestor=SFMyNTY.g2gDbQAAAAw2OC4xOTYuODMuOTVuBgC2ut1PdgFiAAFRgA.KdgYZdPy5IkEVNVbkS1q23B2LkB-Jo93XT9vBCojPvs
Logging in... done
Logged in as pytthon.joshua@gmail.com
C:\Users\Joshua\OneDrive\VscodePrograms\MyPythonFolder\Discord>heroku git:clone -a among-us-bot1234
fatal: destination path 'among-us-bot1234' already exists and is not an empty directory.
C:\Users\Joshua\OneDrive\VscodePrograms\MyPythonFolder\Discord>heroku git:clone -a among-us-bot1234
Cloning into 'among-us-bot1234'...
warning: You appear to have cloned an empty repository.
C:\Users\Joshua\OneDrive\VscodePrograms\MyPythonFolder\Discord>git add .
warning: LF will be replaced by CRLF in MyPythonFolder/Discord/.idea/inspectionProfiles/Project_Default.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in MyPythonFolder/Discord/.idea/inspectionProfiles/profiles_settings.xml.
The file will have its original line endings in your working directory
error: 'MyPythonFolder/Discord/among-us-bot1234/' does not have a commit checked out
fatal: adding files failed
any help would be appreciated