normalmente lo hago git clone myusername@bitbucket...``
I have cleaned out
~ / .ssh`
He creado un nuevo par de claves de acuerdo a esta
Quiero poder clonar usando solo git@bitbucket...
Pero esto siempre me da un error, aunque tengo una clave pública (y he agregado la clave pública a 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
Probar. Sólo después de que funcione, continúe usando Git.