I have a project in Git Local and I want to upload to bitbucket, but by 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 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.