Unexpected symbol `=' in class, struct, or interface member declaration

I’m sorry, but no matter what I do I can’t get any of my other scripts to recognize my player as the player, so I tried to tag it as player, and now i have an error that = is an unexpected symbol?
public GameObject.tag = “Player”;
any suggestion on how to tag my player properly?

The code you are showing doesn’t make sense. In order to help you to solve the issue, you need to show the whole script. Don’t forget to use code tags:

Tag your player as “Player” in the inspector instead.