Add my Stealth Assets to be tracked by git.

Objective: solve file name too long error when adding my project to be tracked by git.

The first step lets us observe the error when adding all files to git.

The second step is to Allow git to add long files name by using this command below.

Note: This command only solves the problem by being specific to the current project. To apply the change to the whole system use this git config --system core.longpaths true

In the last step, we add the project to be tracked by git using the “git add .” command.

This is how we solve this error,thanks for reading up here. see you in the next article.

--

--

Suleiman Abdullah

Self taught Unity Developer, who is passion about making games ,and he loves Math For Game Development