반응형
250x250
11-28 08:55
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- programmers
- Design Pattern
- swift 알고리즘
- swift split
- 프로그래머스 레벨2
- Algorithm
- 스위프트
- 디자인 패턴
- 다트
- 알고리즘
- 코테
- 코딩테스트
- 프로그래머스 level1
- datastructure
- swift 코딩테스트
- 감성에세이
- programmer
- 정렬알고리즘
- 디자인패턴
- 스위프트디자인패턴
- rxswift
- coding test
- 자료구조
- dart
- 프로그래머스
- swift
- 프로그래머스 swift
- sort
- 정렬 알고리즘
- 정렬
Notice
Recent Posts
Recent Comments
Link
Archives
목록Another git process seems to be running in this repository (1)
Bill Kim's Life...
[Git 에러] Another git process seems to be running in this repository(갑자기 잘 사용하던 Git이 안될 때)
[이슈 내용] Git을 사용하다보면 아래와 같이 에러와 함께 Commit 및 Push가 안되는 경우가 있습니다. 현재 다른 프로세스에서 git 프로세스가 동작하고 있어서 index.lock 파일에 의해서 뭔가 락이 걸린듯한 상황입니다. 위의 걸린 락을 풀기 위해서는 바로 아래에서 Terminal 및 Command 툴로 아래의 명령어로 간단하게 해결 가능합니다. 위의 스샷 외에도 아래의 에러들도 같은 방법으로 해결 가능합니다. 관련 에러1 fatal: Unable to create 'repository/.git/index.lock': File exists. If no other git process is currently running, this probably means a git process cras..
DEV Tips/Git
2020. 12. 17. 09:56