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
- 전처리
- 석사
- 대학원
- Word2Vec
- 품사태깅
- sentiment analysis
- word embedding
- NLP
- 인공지능
- pytorch
- 우울증
- 자연어처리
- Classification Task
- naver movie review
- 수기
- CUDA
Archives
- Today
- Total
슬기로운 연구생활
Please make sure you have the correct access rights and the repository exists. 본문
슬기로운 에러 생활
Please make sure you have the correct access rights and the repository exists.
vhrehfdl 2022. 10. 29. 19:15- error message : Please make sure you have the correct access rights and the repository exists.
- 원인 : 원격 주소 설정이 되어 있지 않아 발생한 에러였다.
아마 git init을 먼저해서 그런 것 같다. 뭔가 꼬였다.
- 해결 방법 : git remote -v를 통해 원격 주소가 설정되어 있는지 확인했다.
아무것도 안 뜨면 설정이 안되어있는 것이다.
아래의 명령어로 설정해준다.
git remote add origin <https://github.com/octocat/Spoon-Knife.git>
'슬기로운 에러 생활' 카테고리의 다른 글
ModuleNotFoundError: No module named 'paddle' (0) | 2022.11.16 |
---|---|
FatalError: Segmentation fault is detected (0) | 2022.11.16 |
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: (1) | 2022.03.14 |
WARNING: apt does not have a stable CLI interface. Use with caution in scripts (0) | 2022.01.06 |
nohup.out에 출력결과 즉시 nohup에 찍고 싶을 때 (0) | 2021.11.19 |
Comments