프로젝트 폴더 command+shift+'.'을 눌러 숨김 폴더를 표시하고 .git 폴더 삭제 후 다시 init 실행
git init
git remote add origin https://...@bitbucket.org/.../tistory.git
git add .
git commit -m "initial version"
git push -u origin master
'코드와 오류 기록' 카테고리의 다른 글
R에서 rJava 에러날 때 (0) | 2019.07.11 |
---|---|
cocoapods bad interpreter: No such file or directory 오류 해결 (0) | 2019.03.24 |
error: src refspec master does not match any. 해결방법 (2) | 2019.01.28 |
Label-Free Distant Supervision for Relation Extraction Via Knowledge Graph Embedding (0) | 2018.11.16 |
Attention and Augmented Recurrent Neural Networks (0) | 2018.11.15 |