일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Firefox
- selenium
- heroku
- 클린 코드
- terraform
- 프로그래머스 월간 코드 챌린지
- PostgreSQL 설치 시 에러
- 파이썬
- Word Cloud
- WPF
- c#
- 프로그래머스 코딩테스트 연습문제
- 브랜디
- github actions
- 스프링 부트와 AWS로 혼자 구현하는 웹 서비스
- 프로그래머스 월간 코드 챌린지 시즌1
- FastAPI
- github
- PostgreSQL
- Spring Boot
- 바이오데이터 엔지니어
- pycharm
- git
- 애드센스
- 스코페2021
- Python
- Codeforces
- 디자인 패턴
- 프로그래머스 코딩테스트 연습
- 프로그래머스 코딩 테스트 연습
Archives
- Today
- Total
프로그래밍 연습하기
Git 에러 [fatal: unable to checkout working tree] 본문
반응형
어떤 레포지토리를 클론해오려고 하는데 이런 에러가 발생했습니다.
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
https://stackoverflow.com/questions/24898680/fatal-unable-to-checkout-working-tree
Fatal: Unable to checkout working tree
I am cloning the master branch from a GitHub repo onto my system. It throws this error: Checking connectivity ...done eate file Icon fatal: unable to checkout working tree warning: Clone succe...
stackoverflow.com
스택오버플로 답변에서 이유를 찾을 수 있었습니다.
윈도우 환경에서 허용되지 않는 이름을 가진 파일이 있기 때문이었습니다.
반응형
'Git&GitHub' 카테고리의 다른 글
GitHub Actions 테스트 실패 시 Merge 금지하기 (0) | 2021.07.30 |
---|---|
Visual Studio에서 기존 프로젝트를 Github에 올리는 방법 (0) | 2020.08.03 |
Github에 올린 파일 삭제하기 (0) | 2020.07.24 |
Comments