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

  • SEARCH
  • Home
  • 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 8352547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:59:33+00:00 2026-06-09T08:59:33+00:00

I have a computer with my git project (computer A). I then did a

  • 0

I have a computer with my git project (computer A). I then did a git clone of it to work on it on another computer (computer B). I have made some changes on the new computer (B) and did a commit and a push. All seems well.

$ git push

Counting objects: 7, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 539 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
To mike@xx.xx.xxx.xx:/photos/
2bf1437..ef7de42  mike -> mike

When I go to my original computer (A) and do a git fetch it doesn’t fetch anything. Is there something I need to do to tell computer B about computer A?

I did a git pull on computer B and it says the following:

Your configuration specifies to merge with the ref ‘mike’ from the
remote, but no such ref was fetched.

  • 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-06-09T08:59:34+00:00Added an answer on June 9, 2026 at 8:59 am

    Based on your comments on your question, you need to change Computer A’s origin remote to match B’s. On computer B issue the following command:

    git config remote.origin.url
    

    That will output something. Suppose it is <url>. Now, on Computer A, issue these commands:

    git remote rm origin
    git remote add origin <url>
    

    That removed the bad origin reference and updated it to match B’s. Now issue git push origin mike from Computer A, and try the fetch again on Computer B. Should work just fine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a problem with our git project: bad changes were pushed to the
I have just created my first git repository for some software my company writes.
I have a project hosted on GitHub and I would like to work locally
I only have git local. So, I have my project in my machine. Than,
I begin to use git for software development. I have a project on github.
I have Git on my Windows 7 computer, and when I set it up,
I have been using git to push my local code to a server. I
Noob here.... I cloned a git and then created a new branch in it.
I have been playing around with GIT on my local computer. As I have
I'm new to Git. Before using Git, I used Subversion for my web project.

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.