Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- gitlab
- spring boot rest api
- Service Discovery
- 다중 yml
- Rest
- spring boot
- MSA
- mariadb
- docker isntall
- git
- docker
- ionic
- 도커
- 16.04
- Service Registry
- ionic install
- spring constant
- api 서버
- github
- datasource
- 아이오닉
- 도커 설치
- 아이오닉 설치
- CORS
- Spring cloud
- Spring
- yml constant
- yml 여러개
- multiple yml
- eureka
Archives
- Today
- Total
개발 메모장
[Git] Filename too long 에러 시 본문
인텔리 J (intellij) 나 git command 로 clone을 할 때 프로젝트에 특정 파일 이름이 너무 길 경우 클론에 실패할 때가 있습니다.
이런 상황이 발생하는 이유는 git의 문제보다는 각 windows의 문제때문입니다.
1. Git Bash 관리자 권한으로 실행
2. git config --system core.longpaths true
'IT 기타' 카테고리의 다른 글
[Spring Cloud] Spring Cloud란? (0) | 2020.08.12 |
---|---|
Ionic (아이오닉) 설치 (0) | 2018.10.21 |
[Git] Gitlab html 페이지(page) 만들기 (0) | 2018.08.09 |
[Android Studio & Intellj] 콘솔(console) Log 라인 수 변경 (0) | 2018.04.10 |