대학 생활/github
[Git] Error when clone with Github: fatal: could not read Username for...No such file or directory
opid
2014. 4. 3. 09:55
문제점 |
'git clone' 명령어 실행시 에러 발생
fatal: could not read Username for 'http://github.com': No such file or directory
해결방안 |
황당한 문제이다. 대소문자를 구분하는 것.
주소는 작성하다가 opidHub를 opidhub로 작성했던 것이다.
앞으로 대소문자 구분을 확실히 해야겠다.