Objective: Resolve inability to download/ sync projects via Domino CLI due to invalid or rejected file names. Common sample error indicating issue:
Caused by: org.eclipse.jgit.errors.CorruptObjectException: invalid name 'AUX'
Here is a list of Files Names that you might want to avoid using for Windows as they are "reserved" file names:
CON, PRN, AUX, NUL
COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9
LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9
Make sure we avoid using these files or re-name your files .
Comments
0 comments
Please sign in to leave a comment.