ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] git doesn't like me anymore

From: ajay saxena <aileronajay@xxxxxxxxx>
Date: Sun, 17 Jan 2021 15:50:08 -0800
You should be able to add your changes to the existing branch by running the following commands. These commands assume you are already on the branch using which you created the PR.

git add updateFileName
git commit -m "message"
git push

When you push the new commits to your fork that should help to update the pull request. 

On Sun, Jan 17, 2021 at 3:44 PM Fulko Hew <fulko.hew@xxxxxxxxx> wrote:

The subject line says it all, but it doesn't say why.
git and I just don't seem to understand one another.

I've made a new dissector, and I went through the whole process
to clone the repo, add/change my stuff, resync it, and submit
my merge request.  Now the approver(s) asked for some changes,
and although I disagreed with the need for the last one, I've
now made that enhancement too, and want to commit it and have
it merged.

But now after doing the 'git commit -a', the instructions say
I need to do 'git push downstream HEAD', but that returns the
error messages:

fatal: 'downstream' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


I'll admit, I don't understand git, let alone how to use it,
so I need help on what I need to do to get past this issue.

Thanks
Fulko


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe