리셀러 호스팅 계정 (inmotion hosting)에 githook을 설치하려고합니다. 나는 노력사용 권한이 거부되었습니다 (publickey). 치명적 : 원격 저장소에서 읽을 수 없습니다. Re-seller hosting with
git push production master
을 실행하는 동안 나는 오류
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
납니다 git remote -v
origin https://github.com/{username}/{projectname}.git (fetch)
origin https://github.com/{username}/{projectname}.git (push)
production ssh://{hostingusername}@{domain-name}:{port}/repo/site.git (fetch)
production ssh://{hostingusername}@{domain-name}:{port}/repo/site.git (push)
를 실행 git.When에 설치 git init --bare
와 자식에 대한 폴더와 post-receive
파일을 구성하고 추가 원격 ssh가
공개 키를 서버에 업로드 했습니까? 암호를 사용하여 인증하는 경우 서버에서 사용할 수 있습니까? – fNek
공개 키를 git에서 호스팅 서버로 업로드 하시겠습니까? –
GitHub 계정 (프로덕션 저장소)에 공개 키 ('~/.ssh/id_rsa.pub')를 추가 했습니까? –