필자의 경우 Github 계정 그룹의 개인 저장소를 랩톱에 복제하려고했습니다.
Yuqians-MacBook-Air:regenerateSNID yuqianliu$ git clone https://github.com/nyusngroup/velocity_CCSNe.git
Cloning into 'velocity_CCSNe'...
fatal: https://github.com/nyusngroup/velocity_CCSNe.git/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?
나는 이것을 해결할 수있는 두 가지 방법을 발견했다.
(1) https 대신 http 를 사용 하십시오 . 그룹 Github 계정의 이름과 비밀번호를 묻습니다. 정보를 입력 한 후 복제 할 수 있습니다.
Yuqians-MacBook-Air:regenerateSNID yuqianliu$ git clone http://github.com/nyusngroup/velocity_CCSNe.git
Cloning into 'velocity_CCSNe'...
Username for 'http://github.com':nyusngroup
Password for 'http://nyusngroup@github.com':
(2) 위의 Monkey King의 답변에서 지적한 것처럼 Github 계정을 그룹 Github 계정의 개인 저장소 공동 작업자에게 추가하십시오 .