thông thường tôi làm git clone myusername@bitbucket...``
I have cleaned out
~ / .ssh` Tôi đã tạo một cặp khóa mới theo điều này
Tôi muốn có thể sao chép chỉ bằng cách sử dụng git@bitbucket...
Nhưng điều này luôn gây ra lỗi cho tôi, mặc dù tôi có một khóa công khai (và tôi đã thêm khóa công khai vào bitbucket):
Warning: Permanently added the RSA host key for IP address 'xxx.xxx.xxx.x' to the list of known hosts.
repository access denied.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git config --list
credential.helper=osxkeychain
user.email=xyz@gmail.com
user.name=XX XX
core.excludesfile=/Users/daka/.gitignore_global
core.compression=0
difftool.sourcetree.cmd=opendiff "$LOCAL" "$REMOTE"
difftool.sourcetree.path=
mergetool.sourcetree.cmd=/Users/daka/Applications/SourceTree.app/Contents/Resources/opendiff-w.sh "$LOCAL" "$REMOTE" -ancestor "$BASE" -merge "$MERGED"
mergetool.sourcetree.trustexitcode=true
commit.template=/Users/daka/.stCommitMsg
credential.helper=osxkeychain
ssh -T git@bitbucket.org
để kiểm tra. Chỉ sau khi công việc đó chuyển sang sử dụng Git.