내 업로드 ~/.ssh/id_rsa.pub
에 의 Bitbucket의 SSH 키 로 설명 하지만 힘내는 여전히 모든 작업 (예에서 비밀번호 나에게 묻는다 git pull
). 내가 뭐 놓친 거 없니?
개인 저장소 (다른 사람의 개인 저장소 포크)이며 다음과 같이 복제했습니다.
git clone git@bitbucket.org:Nicolas_Raoul/therepo.git
내 지역은 다음과 같습니다 .git/config
.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = https://Nicolas_Raoul@bitbucket.org/Nicolas_Raoul/therepo.git
[branch "master"]
remote = origin
merge = refs/heads/master
동일한 공개 키를 가진 동일한 환경에서 Git on Github가 제대로 작동합니다.
.ssh
이다 rwx------
, .ssh/id_rsa
이다 -rw-------
, .ssh/id_rsa.pub
이다-rw-r--r--
.git/config
와git@bitbucket.org:Nicolas_Raoul/therepo.git
지금은 작동한다!