
Manifyt 파일을 업데이트했으며 clone-depth=1
repo 동기화를 수행하려고 하면 아래 오류가 발생합니다. gerit 구성에는 얕은 복제에 필요한 모든 설정 변경 사항이 있습니다.
오류:
Error:error: Server does not allow request for unadvertised object
Gerit config has the below settings in place
구성:
[uploadpack]
allowTipSha1InWant = true
allowReachableSHA1InWant = true
allowAnySHA1InWant = true
이 문제를 해결하는 방법을 아는 사람이 있나요?
답변1
Gerrit 프로젝트 파일(예: ) [uploadpack]
에 나열한 구성 매개변수를 추가하면 문제가 해결되었습니다.config
git/<project>.git/config