79314939

Date: 2024-12-29 04:12:07
Score: 1
Natty:
Report link

I got the same error and I fix it with the next steps

git branch -M main 
git remote add origin https://github.com/username/proyect-name
git push -f origin main

after that I did another commit and push normally I mean like this

git add .
git commit -m "Another commit"
git push
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andres