일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Linux
- MSSQL
- phpstorm
- Mac
- timezone
- MySQL
- php
- pycharm
- Bitcoin
- 정기결제
- 리눅스
- Android Studio
- 윈도우7
- 제4이동통신
- 워드프레스
- 윈도우10
- 서브라임텍스트
- 워뇨띠
- 황교안
- 줄번호
- 검색
- sublime text
- 테마주
- 단축키
- Bybit
- JavaScript
- XE
- windows10
- 안드로이드 스튜디오
- Python
- Today
- Total
목록git (2)
OVERCODE

xe를 fork 한 rhymix를 나의 repository 에 fork 하여 사용중이었다. 그런데 오랜만에 왔더니 라이믹스가 업데이트가 많이 되었다. 최신 버전의 라이믹스에서 작업을 하고 싶은데.. 어떻게 최신 버전으로 업그레이드 할 수 있을까? 나의 로컬 저장소를 최신판 라이믹스와 동기화를 하고, 나의 원격 저장소에 push 하는 과정에 대해서 설명한다. 1. upstream 등록 git remote -v 현재 원격 저장소 주소를 확인한다. 원본 rhymix 저장소에 가서 주소를 복사한다. git remote add upstream [원본 repo 주소] upstream 을 등록하고 remote -v 로 제대로 등록되었는지 확인하였다. 혹시 잘못등록하여 삭제하고 싶다면 git remote remove ..

I get this error in Android Studio: Can't start Git: /usr/bin/git Probably the path to Git executable is not valid. It gives me an option to fix it, where it takes me to the area in Android Studio to set the path to git. I see it is set to /usr/bin/git And I check that path, and that path is indeed the path to the git executable. Why is Android Studio unable to start git? EDIT: When I try to use..