Debian Stretch의 GIT [닫기]

Debian Stretch의 GIT [닫기]

저는 Debian 9, 바닐라 설치를 실행하고 있습니다.

내 하드웨어는 HP Z230-SFF 워크스테이션, Intel Core i7-4790, GPU Nvidia Quadro K620입니다.

일반적으로 시작 시 다음과 같은 오류가 발생합니다: tpm: tpm0 a error(7)occurred try to read a pcr value (나는 이것이 내 문제와 관련이 없다고 생각하지만 어떤 식으로든 관련이 있는 경우에만 언급합니다)I 전혀 모른다).

내 문제는 git을 설치하려고 할 때입니다. Jessie에서 이와 동일한 문제가 있는 게시물을 본 적이 있지만 거기에 언급된 솔루션 중 어느 것도 스트레칭 문제를 해결하지 못했습니다. 동일한 종속성 오류가 발생합니다.

Synaptic GUI를 실행하고 git 패키지에 태그를 지정하면 다음과 같은 결과가 나타납니다.

git:
 Depends: liberror-perl  but it is not installable
 Depends: git-man but it is not going to be installed
 Depends: git-man but it is not going to be installed
 Recommends: patch  but it is not installable

이 내 꺼야 sources.list:

deb http://ftp.us.debian.org/debian/ stretch main contrib non-free
deb-src http://ftp.us.debian.org/debian/ stretch main contrib non-free

deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free

# stretch-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ stretch-updates main contrib non-free

달리기 apt-cache policy git:

git: Installed: (none) 
Candidate: 1:2.11.0-3+deb9u2 
  Version table : 
 *** 1:2.11.0-3+deb9u2 500 
      500 security.debian.org/debian-security stretch/updates/main amd64 Packages 

달리기 ls /var/lib/dpkg/ | grep status:

status 
status-old

달리기 apt-get update:

Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Ign:2 http://ftp.us.debian.org/debian stretch InRelease                        
Hit:3 http://security.debian.org/debian-security stretch/updates InRelease     
Hit:4 http://ftp.us.debian.org/debian stretch-updates InRelease          
Hit:5 http://dl.google.com/linux/chrome/deb stable Release
Hit:6 http://ftp.us.debian.org/debian stretch Release
Reading package lists... Done   

관련 정보