Skip to content

Desktop doesn't fetch from upstream #12731

@desmondga

Description

@desmondga

Describe the bug

Hi there,

My class has been having issues with getting data from upstream via GitHub Desktop. When there are changes to origin, fetching says it is getting from upstream and when it is done there are no changes seen. But when we do it via commandline

git checkout master
git fetch upstream
git merge upstream/master
The changes show.

We have checked using git remote -v and we get this:

origin   https://blah.com/xxx/homework_submission.git (fetch)
origin  https://blah.com/xxx/homework_submission.git (push)
upstream   https://blah.com/yyy/homework_submission.git (fetch)
upstream   https://blah.com/yyy/homework_submission.git (push)

This is the first time I’ve encountered this issue, so I’m not sure what is wrong.
We are all using the latest version of Desktop and all of us are have having this issue

Can someone help?

Version & OS

Windows and Mac.

Steps to reproduce the behavior

Click on "Fetch Origin". Upon finding new entries in upstream, the "pull" button will appear below

Actual behavior

There is no "pull" button even though upstream has new inputs.

Screenshot 2021-08-05 at 5 51 34 PM

2021-08-05.desktop.production.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions