0
I have a project in Git Local and I want to go up to the bitbucket, but following the instructions:
Get Started with command line
Step 1: Switch to your Repository’s directory cd /path/to/your/Repo
Step 2: Connect your existing Repository to Bitbucket git remote add origin ssh://[email protected]/nutriex_project/checkoutnovo.git push -u origin master
The following error occurs:
$ git push -u origin master Warning: Permanently Added the RSA host key for IP address '104.192.143.1' to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote Repository.
Please make sure you have the correct access Rights and the Repository exists.
Following this tutorial from Locaweb, I had the same problem https://wiki.locaweb.com.br/ptbr/Configurando_Github_e_Bitbucket_na_Hospedagem_Linux 1º Defining SSH 2º Configuring in Bitbucket
– tudoojunto