본문 바로가기

공부

Brackets Github 연동

다른 사람들이 쓴 글을 보면서 github연동을 하려 했으나

디렉토리 삭제라는 말이 뭔지몰라서 꼬박 2시간을 헤맸다 ...진짜 이런게 삽질이구나..깨닫는 순간..

 

brackets를 github랑 연동시키는 방법은

1. 파일-확장 기능 관리자-Brackets Git검색해서 다운

2.

그러면 화면 맨 오른쪽에 깃허브?버튼이 생긴다.

 

 

 

 

 

 

 

 

 

 

 

 

3.

하단에 init와 clone이 뜰 텐데 

이 때, init를 누르면 사용중인 파일을 repository로 만든다고 한다.

해결방법은 (wizardee.tistory.com/194) 여기 나온다!

간단하게 말하자면 그 해당 폴더를 삭제하면 된다!

 

그 후 빈 폴더를 만들어서 클론 하면 끝!

백문이 불여일견이라고 아래 영상을 꼭 참조하세요!!

youtu.be/YVbbdCDBIbI

 

=> 클론 했을 때 오류가 뜬다면 아래의 주소에 해결 방벙이 있습니다.

=> 해결방법; 폴더에 아무 파일도 없는 상태에서 클론하면 성공적으로 됩니다!!

github.com/brackets-userland/brackets-git/issues/1061

 

ExpectedError: Project root is not empty, be sure you have deleted hidden files · Issue #1061 · brackets-userland/brackets-git

Been trying to use your extension but can't find a way to clone. I've even tried in other PC's but always getting this message: ExpectedError: Project root is not empty, be sure you hav...

github.com