We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clone은 되었으나, 파일 다운로드가 되지 않음.
여러 OS에서 같이 작업할 때는 파일 이름에 주의하자!
The text was updated successfully, but these errors were encountered:
파일 이름에는 다음 문자를 사용할 수 없습니다. \ / : * ? " < > |
@YeoJiSu @Tigerfriend1
파일 이름을 다 바꿔주기를 요청함.
Sorry, something went wrong.
파일명 앞에 띄어쓰기 있어서 그랬다요 바꿔놨다욤
No branches or pull requests
ERROR MESSAGE:
invalid path 'AI/Semantic-Segmentation/U-Net/?U-NetV1.ipynb' unable to checkout working tree warning: Clone succeeded, but checkout failed.
예상 원인
유닉스 기반인 MacOS에서는 파일의 이름에 * 문자를 사용할 수 있다. 그러나 Windows에서는 아래와 같은 9개 문자는 파일명으로 사용할 수 없다. 그래서 git clone으로 파일을 가져오지 못한 것 같다.
The text was updated successfully, but these errors were encountered: