reacttips-dev / codebases

This project is collection of large projects's source code (codebases), built with Reactjs. Eg: Bestbuy, Postman, Trello, Udacity, Coursera, Skillshare, Invision, Intercom, Pipedrive, ... and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to submit?

hoangvu12 opened this issue · comments

I tried clone this repo to submit a codebase, but I can't.

image

What should I do?

@hoangvu12
I guess you see this error in window. So try following guide may be help:
https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows
Or this is quick reference from above link:

You can circumvent this by using another Git client on Windows or set core.longpaths to true as explained in other answers.
git config --system core.longpaths true