gitignore 파일은 git 에서 의도적으로 무시할 파일들을 명시하는 파일이다. 예를 들어, 프로젝트 설정 파일이나 컴파일한 산출물들은 git에 push를 할 필요가 없기 때문에 gitignore 에 해당 파일들의 경로에 명시를 한다. 파일명은 .gitignore 이고, 프로젝트 폴더의 제일 상위에 위치해야 한다. 특정 파일, 폴더명이나 * 를 사용하여 모든 파일/폴더를 지정할 수 있다. # 모든 iml 파일을 무시 *.iml # .gradle 폴더의 모든 파일 .gradle/ # build 폴더의 모든 class 파일 build/*.class # build 폴더의 모든 파일은 무시하되, build/generated-snippets 폴더는 포함 build/ !build/generated-snippets
Catalina 로 업데이트 후, IntelliJ를 실행했더니 아래에 뜬금없이 git 에러가 떴다. 아무것도 한게 없는데? 역시 os 업데이트를 하면...안ㄷㄴ.. 에러메시지를 보면, commandLineTool에 문제가 있는 것 같다. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 터미널에 가서, commandLineTool 설치 명령어로 재설치를 해보자. xcode-select --install 새로운 창이 하나 뜨면서, 툴을 설치할 수 있다. 설치를 모두 마치고 나면, Intel..
변경 사항이 대용량 인 경우, push 할 때 아래와 같이 에러가 나는 경우가 있다. error: unable to rewind rpc post data - try increasing http.postBuffer error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60 fatal: the remote end hung up unexpectedly fatal: the remote end hung up unexpectedly Everything up-to-date Completed with errors, see above 이는 대부분 Git 의 buffer 가 작아서 그렇다. 아래와 같이 Git의 postBuffer 를 늘려주면 해결이..
- Total
- Today
- Yesterday
- Index
- Filter
- Size
- gradle
- JSON
- install
- SpringBoot
- apm
- scala
- plugin
- tomcat
- maven
- intellij
- docker
- Kibana
- AWS
- Postman
- spring boot
- Log
- Java
- mac
- JPA
- error
- Linux
- logstash
- spring
- Git
- Spark
- elasticsearch
- Container
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |