티스토리 뷰
728x90
git을 설치하는 방법은 'apt-get install git'입니다. 이 방법으로 했더니 "E: Package 'git' has no installation candidate"란 에러가 떠서 설치를 진행하지 못했습니다.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package git is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'git' has no installation candidate
우분투 버전이 지원하지 않는 경우라고 하는데, 이때 해결 방법은 간단합니다.
apt-get update
apt-get install git
업데이트 이후 설치를 시도해보시고, 만약 이게 안 된다면
rm -vf /var/lib/apt/lists/*
apt-get update
이 명령어를 실행하고 설치를 다시 시도해보세요. 마지막으로 "sudo apt update"로 해주세요.
출처: https://stackoverflow.com/questions/30932121/git-installation-error-missing-installation-candidate
감사합니다.
728x90
'Skills > Error' 카테고리의 다른 글
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- NLP
- 구글드라이브연동
- 프롬프트
- 파이썬 딕셔너리
- 퓨샷러닝
- 서버구글드라이브연동
- CNN
- vscode 자동 저장
- 파이썬 클래스 다형성
- 데이터셋다운로드
- stylegan
- 도커 컨테이너
- 딥러닝
- Prompt
- Unsupervised learning
- clip
- cs231n
- few-shot learning
- 서버에다운
- 구글드라이브서버다운
- 구글드라이브서버연동
- prompt learning
- 파이썬 클래스 계층 구조
- 파이썬
- 구글드라이브다운
- support set
- python
- style transfer
- docker
- 도커
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함
250x250