You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Regardless of whether you use a local or remote Git repository, any changes _must be_ commited for them to be picked up by the experiments.
252
+
> The benefit of using a local Git repository is that the changes don't need to be pushed to the remote repository.
253
+
250
254
## Dealing with filename too long errors on Windows
251
255
252
256
When the scripts clone the Git project, an error might occur on Windows when the absolute paths of the checked out files are longer than 260 characters. This problem can be addressed by passing the `core.longpaths` Git configuration option to the scripts.
> Regardless of whether you use a local or remote Git repository, any changes _must be_ commited for them to be picked up by the experiments.
250
+
> The benefit of using a local Git repository is that the changes don't need to be pushed to the remote repository.
251
+
248
252
## Dealing with filename too long errors on Windows
249
253
250
254
When the scripts clone the Git project, an error might occur on Windows when the absolute paths of the checked out files are longer than 260 characters. This problem can be addressed by passing the `core.longpaths` Git configuration option to the scripts.
0 commit comments