git pull 에러
-
1) 문제 D:\GitLocalRepository\java_basics>git pull origin dev remote: Enumerating objects: 20, done. remote: Counting objects: 100% (19/19), done. remote: Compressing objects: 100% (8/8), done. remote: Total 15 (delta 1), reused 15 (delta 1), pack-reused 0 Unpacking objects: 100% (15/15), done. From https://github.com/blackjune67/java_basics * branch dev -> FETCH_HEAD acbb83e..82699a0 dev -> origi..
git 에러] error: Your local changes to the following files would be overwritten by merge1) 문제 D:\GitLocalRepository\java_basics>git pull origin dev remote: Enumerating objects: 20, done. remote: Counting objects: 100% (19/19), done. remote: Compressing objects: 100% (8/8), done. remote: Total 15 (delta 1), reused 15 (delta 1), pack-reused 0 Unpacking objects: 100% (15/15), done. From https://github.com/blackjune67/java_basics * branch dev -> FETCH_HEAD acbb83e..82699a0 dev -> origi..
2020.01.27 -
pull 혹은 push 를 하는 도중에 원격 저장소 에러가 떴다! *** 에러 과정 *** 1) pull 명령어를 사용 git pull master 2) 에러발생 메시지 git pull master fatal: 'master' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 3) git remote -v 를 통한 원격 저장소를 확인! june git@github.com:--------.git (fetch) june git@github.com:--------.git..
git] 원격 저장소 연결 에러 'origin' does not appear to be a git repositorypull 혹은 push 를 하는 도중에 원격 저장소 에러가 떴다! *** 에러 과정 *** 1) pull 명령어를 사용 git pull master 2) 에러발생 메시지 git pull master fatal: 'master' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 3) git remote -v 를 통한 원격 저장소를 확인! june git@github.com:--------.git (fetch) june git@github.com:--------.git..
2020.01.22