github(2)
-
[Github] fatal: not a git repository (or any of the parent directories): .git
현재 폴더에 git에 대한 정보를 담은 파일이 없기 때문에 발생하는 에러 해결책 $ git init $ git remote add origin (GitHub 주소)
2022.12.01 -
[Github] 레포지토리로 push 에러 해결
Updates were rejected because the remote contains work that you do 블라블라블라 업데이트 버전을 푸시하는 과정에서 에러가 났다 무엇인고 하니 https://stackoverflow.com/questions/18328800/github-updates-were-rejected-because-the-remote-contains-work-that-you-do-not-h Github "Updates were rejected because the remote contains work that you do not have locally." I created a new repo, cloned it, added files to the directory, added th..
2022.12.01