IEM-Computer-Vision / ICCV19-Paper-Review

Summaries of ICCV 2019 papers.
https://iem-computer-vision.github.io/ICCV19-Paper-Review/
9 stars 12 forks source link

Filenames with special characters. #49

Closed Nibba2018 closed 4 years ago

Nibba2018 commented 4 years ago

Filenames having special characters will lead to weird command-line errors, specifically INVALID PATH Error. This filename has a semicolon(:) and is interfering with git CLI, thus preventing me from updating my fork.

D:\Github\ICCV19-Paper-Review>git merge upstream/master
error: invalid path 'Fine-Grained Segmentation Networks: Self-Supervised Segmentation for Improved Long-Term Visual Localization.md'
Updating 9fd7491..048f44d

@shivishbrahma @himanshuraj001