Could not read from remote repository. Please make sure you have the correct access rights and the repository exists

11,924

This often happens when configuring Git and Bitbucket for the first time due to SSH.

Follow the steps by @graeme-wicksted in this other comment https://stackoverflow.com/a/26130250/14989571 for a solution.

Share:
11,924
Sibasankar Panigrahi
Author by

Sibasankar Panigrahi

Experienced information technology professional in search of position that allows me to apply my management and technical skills to achieve corporate goals, develop improved processes for managing IT requests and accomplish projects in a more efficient way.

Updated on June 05, 2022

Comments

  • Sibasankar Panigrahi
    Sibasankar Panigrahi almost 2 years

    Warning: Permanently added 'bitbucket.org,104.192.141.1' (RSA) to the list of known hosts. [email protected]: Permission denied (publickey).

    Error
    fatal: Could not read from remote repository.
    Please make sure you have the correct access rights and the repository exists.

    code

     git remote add origin [email protected]:BituBrewster/pollss.git  
        git push -u origin master