BitBucket 계정의 저장소를 Windows 10 랩톱 (GitBash 실행)으로 복제하려고합니다. 연결하는 데 필요한 모든 단계를 완료했습니다 (SSH 키 설정, git@bitbucket.org의 SSH를 통해 확인). 그러나 리포지토리를 복제하려고 할 때마다 Bitbucket 키를 캐시 하려는지 확인한 후 프롬프트가 계속 끊어집니다.
User@Laptop MINGW64 /C/Repos
$ git clone git@bitbucket.org:mygbid/test.git
Cloning into 'test'...
The server's host key is not cached in the registry. You
have no guarantee that the server is the computer you
think it is.
The server's rsa2 key fingerprint is:
ssh-rsa 2048 97:8c:1b:f2:6f:14:6b:5c:3b:ec:aa:46:46:74:7c:40
If you trust this host, enter "y" to add the key to
PuTTY's cache and carry on connecting.
If you want to carry on connecting just once, without
adding the key to the cache, enter "n".
If you do not trust this host, press Return to abandon the
connection.
Store key in cache? (y/n) y
파일이 복제되지 않으며 결과는 빈 저장소입니다. 이 저장소에서 git pull origin master를 시작하려고하면 키를 캐시하도록 요청 한 다음 피드백없이 중단됩니다. 테스트 SSH를 수행 할 때 키를 캐시하지 않아도 git 작업은 실패하기 전에 항상 키를 요청합니다.
오류 메시지가 없어서 실제로 무엇이 잘못되었는지 잃어 버렸습니다. 나는 아주 작은 것들을 포함하여 여러 번의 repos를 시도했지만 전혀 성공하지 못했습니다.