new to git,just create new repo on github for a project i locally made.After git init,git add and commit all files,add remote,finally trying to push "git push origin main" my project on github,gives me an error
error: failed to push some refs to 'https://github.com/sam97/test.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
i did these with terminal to learn using it