Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-10452

Unable to git pull

    XMLWordPrintable

Details

    Description

      Hi,

      I have two bitbucket accounts. I am trying to pull from one of them (git@bitbucket.org.voto:jojoo/votocn.git) and it does not work.

      What did I do?
      I did $git pull.

      What did I expect to happen?
      I expected the command would pull the latest changes.

      What happened instead?
      I got the following error:

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

      More information
      The .git/config file for the repo from which I want to pull looks like this:

      #!config
      
      [core]
              repositoryformatversion = 0 
              filemode = true
              bare = false
              logallrefupdates = true
              ignorecase = true
              precomposeunicode = true
      [remote "origin"]
              url = git@bitbucket.org.voto:jojoo/votocn.git
              fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
              remote = origin
              merge = refs/heads/master
      [branch "csvExportAPI"]
              remote = origin
              merge = refs/heads/csvExportAPI
      [user]
              email = jojoo@votomobile.org
              name = Jojoo Imbeah
      

      My .ssh/config looks like the following:

      Host bitbucket.org.voto
        Hostname bitbucket.org
        User git 
        IdentityFile /path/to/privatekey
        IdentitiesOnly yes 
      
      Host bitbucket.org
        Hostname bitbucket.org
        User git 
        IdentityFile /path/to/secondprivatekey
        IdentitiesOnly yes 
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            f19009a8ac9f jojoo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: