Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when cloning the repository on windows (filename too long) #112

Open
Bycob opened this issue May 2, 2021 · 1 comment
Open

Error when cloning the repository on windows (filename too long) #112

Bycob opened this issue May 2, 2021 · 1 comment

Comments

@Bycob
Copy link

Bycob commented May 2, 2021

When I am cloning the repository, I get an error because the filenames are too long:

error: unable to create file documentation/api/AResourceManager_TInfo_TResource__ResourceEnumerable_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TInfo_TResource___GetEnumerator().md: Filename too long

The limit on windows seems to be 255 characters for the full path.

@Doraku
Copy link
Owner

Doraku commented May 2, 2021

Hello, sorry for this inconvenience. This is indeed an excessively long autogenerated file name for the documentation. I may change the naming strategy to something shorter but for now I can only offer you to look into git clone -c core.longpaths=true or cloning this repo in a folder closer to your hard drive root :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants