Git(2)
-
[Sourcetree] Sourcetree 설치
소스트리를 통해 Git에 Commit Pull 등을 하려고한다면, 우선 소스 트리를 다운로드 받아야 한다. https://www.sourcetreeapp.com/ Sourcetree | Free Git GUI for Mac and Windows A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac. www.sourcetreeapp.com 위 페이지로 가서 Download 받도록 한다. 다운로드를 누르게 되면 동의를 하고 다운로드 한다(동의하지 않으면 다운로드 할 수 없다) 위 아이콘처럼 SourceTreeSetup파일을 더블클릭하여 실행한다. I..
2019.04.26 -
'git status' failed with code 128: error: bad signature
SourceTree를 사용하던중 git status 에러가 나오는데 이 경우bad signature 뒤에 파일명이 나오는데 이 파일이 잘못됬다는 것이므로 삭제 후, 깃을 재시작 해주면 정상 동작 한다. del .gitignoregit reset
2018.12.10