GIT Not working as i thought it would,

Hi there.

I am currently setting up git and i keep getting a load of shit going on.
When i set up the project for git all seems to work. I add my project as the directory to git, Initilize for git in my directory etc. Add the ignore file, ignore nearly everything bar the Assets and project settings folders.

All works when i upload.

The problem is when my mate downloads he gets a tonne of shit.

Tags are missing,
Errors saying things are not set up (Packages We bought) but has never happened to us before.
Layers are gone.

Why is this happening does anyone know?

Cheers

John

If layers and tags are missing, git is probably ignoring the ProjectSettings folder. Is there a typo somewhere in your git config? Also, make sure not to ignore .asset files. Those are your assets, including Unity internal assets such as layers and tags.