Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 인공지능
- 우울증
- 자연어처리
- 수기
- 석사
- NLP
- 대학원
- pytorch
- word embedding
- naver movie review
- 전처리
- Classification Task
- Word2Vec
- 품사태깅
- CUDA
- sentiment analysis
Archives
- Today
- Total
슬기로운 연구생활
Missing or invalid credentials. 본문
에러 메시지 : Missing or invalid credentials.
error: src refspec master does not match any.
에러 원인 : 기존의 git repo를 clone하고 다른 새로운 repo에 push 하려고 하니 에러가 발생했다.
git remote 원격 주소를 삭제하고 email과 password를 다시 등록했는데도 에러가 발생했다.
해결 방법 : 확인해보니 터미널을 껏다 키면 해결이 되는 문제였다.
너무 사소한 문제라서 어이가 없었다.
git remote remove origin
git remote add origin [주소]
git remote -v
git config --global user.name [아이디]
git config --global user.password [비밀번호]
git push -u origin master
'슬기로운 에러 생활' 카테고리의 다른 글
Comments