Doha26 / Instagram-clone

A clone of the Instagram app 📱 🥳 . made with React-native and Typescript ❤️.
MIT License
295 stars 84 forks source link

Why this repo cannot clone? #7

Open supunmadhuranga opened 4 years ago

tle246 commented 4 years ago

Same as mine. Shows "fatal: cannot create directory at 'src/containers/Aux': Invalid argument"

Doha26 commented 3 years ago

Hi @tle246 , can you give more details about this issue ?

MuckT commented 3 years ago

@Doha26 @tle246 It looks like 'aux' is a reserved word on windows systems.

From Microsoft: Do not use the following reserved names for the name of a file:

CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.

Error:

error: invalid path 'src/containers/Aux/index.tsx'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.