검색결과 리스트
글
LANGUAGE/!$%!% ERROR NOTE
2016. 2. 18. 11:44
///// Git (깃)
///// Could not read from remote repository.
ssh: Could not resolve hostname 192.168.100: Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
///// 문제 (Problem)
원인은 모르겠으나
어느날 확인해보니 원격저장소(Remote Repository)의 위치가 이상하게 되어 있었다.
///// 해결 (Solution)
I seted my correct Remote Repository URL again (원격저장소의 위치를 다시 설정해주었다.)
1. Check Remote Repository (원격저장소 확인)
git remote -v
2. Set Remote Repository (원격저장소 위치 설정)
git remote set-url origin git@192.168.0.100:haha
///// 참조 (Reference)
Changing a remote's URL:
https://help.github.com/enterprise/11.10.340/user/articles/changing-a-remote-s-url/
'LANGUAGE > !$%!% ERROR NOTE' 카테고리의 다른 글
[Oracle] ORA-12505 (0) | 2016.02.22 |
---|---|
[Egov] globals.properties (지정된경로를 찾을수 없습니다.) (0) | 2016.02.18 |
[Sonatype Nexus Maven Repository] Artifact upload failed. (0) | 2016.02.18 |
[Nodejs] Error: Cannot find module 'jshint/src/cli' (0) | 2016.02.17 |
[Nodejs] (0) | 2016.02.17 |