Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6989701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:14:54+00:00 2026-05-27T19:14:54+00:00

I uploaded my ~/.ssh/id_rsa.pub to Bitbucket’s SSH keys as explained , but Git still

  • 0

I uploaded my ~/.ssh/id_rsa.pub to Bitbucket’s SSH keys as explained, but Git still asks me for my password at every operation (such as git pull). Did I miss something?

It is a private repository (fork of another person’s private repository) and I cloned it like this:

git clone git@bitbucket.org:Nicolas_Raoul/therepo.git

Here is my local .git/config:

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        fetch = +refs/heads/*:refs/remotes/origin/*
        url = https://Nicolas_Raoul@bitbucket.org/Nicolas_Raoul/therepo.git
[branch "master"]
        remote = origin
        merge = refs/heads/master

In the same environment with the same public key, Git on Github works fine.
.ssh is rwx------, .ssh/id_rsa is -rw-------, .ssh/id_rsa.pub is -rw-r--r--

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T19:14:54+00:00Added an answer on May 27, 2026 at 7:14 pm

    Are you sure you cloned it using the ssh url?

    The url for origin says url = https://Nicolas_Raoul@bitbucket.org/Nicolas_Raoul/therepo.git so if it is using https it will ask for password irrespective of your ssh keys.

    So what you want to do is the following:

    open your config file in your current repo ..

    vim .git/config

    and change the line with the url from

    [remote "origin"]
            fetch = +refs/heads/*:refs/remotes/origin/*
            url = https://Nicolas_Raoul@bitbucket.org/Nicolas_Raoul/therepo.git
    

    to

    [remote "origin"]
            fetch = +refs/heads/*:refs/remotes/origin/*
            url = git@bitbucket.org:Nicolas_Raoul/therepo.git
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I uploaded the new index.html to my webspace but still see the old one.
I need to scan uploaded files for viruses on a Linux server, but I'm
I uploaded a csv file to MySQL DB but for some reason data from
I uploaded as website to a subdomain, and every page is not working except
I'm trying to setup a git client on linux. I uploaded my private key
I uploaded simplified SQL ERD on Picasa. I tried to do it but I
I have a GIT repository on bitbucket, which I want my Jenkins Server to
I uploaded 4 objects to S3. The object keys are as follows: 4eec12eb0a588620cccad16f/MumDad70s.jpg 4eec12eb0a588620cccad16f/NathanI-1.jpg
I uploaded my files to my remote server having support for ASP.Net 3.5. Website
I've uploaded a bunch of images to Amazon S3, and now want to add

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.