convex-optimization-for-all/convex-optimization-for-all.github.io

[Closed] git clone 오류

Closed this issue · 1 comments

제목에 물음표가 있는 파일이 있어서 git clone 중 아래와 같은 에러가 발생했습니다.

폴더를 들어가보면, ".git" 폴더만 남아 있고 다른 파일은 없는 것을 볼 수 있습니다.

OS는 window 10입니다. 윈도우로도 작성할 수 있으면 좋겠습니다.

$ git clone https://github.com/convex-optimization-for-all/convex-optimization-for-all.github.io.git
Cloning into 'convex-optimization-for-all.github.io'...
remote: Enumerating objects: 4096, done.
remote: Counting objects: 100% (992/992), done.
remote: Compressing objects: 100% (441/441), done.
remote: Total 4096 (delta 675), reused 665 (delta 545), pack-reused 3104
Receiving objects: 100% (4096/4096), 7.30 MiB | 7.33 MiB/s, done.
Resolving deltas: 100% (2055/2055), done.
error: invalid path 'contents/chapter09/_posts/20-01-08-09_05_04_is_acceleration_always_useful?.md'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

09-05 문서와 19-03 문서 제목에 물음표가 있군요. 수정하겠습니다.