Hi I am new here been trying to Deploy my Project here But not able to deploy using GIthub and Linux mint is not giving Netlify for manually droping files

anurag@anurag-X510UR:~/React/demo/dogs-project$ netlify deploy
Please provide a publish directory (e.g. “public” or “dist” or “.”):
? Publish directory /home/anurag/React/demo/dogs-project/dist
Deploy path: /home/anurag/React/demo/dogs-project/dist
Configuration path: /home/anurag/React/demo/dogs-project/netlify.toml
Deploying to draft URL…
› Warning: JSONHTTPError: Not Found 404
› Warning:
{
“name”: “JSONHTTPError”,
“status”: 404,
“json”: {
“code”: 404,
“message”: “Not Found”
}
}

› JSONHTTPError: Not Found

I am getting this error pls Help

Hi there! Thanks for reaching out! Are you using the Netlify CLI? You might want to try:
netlify unlink
netlify link

As this has solved the problem for other users in the past. If not, please let us know!