Changes between Initial Version and Version 1 of Ticket #56368, comment 2


Ignore:
Timestamp:
Apr 27, 2018, 11:08:00 PM (6 years ago)
Author:
oleaamot (Ole Aamot)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56368, comment 2

    initial v1  
    1 I don't have commit access to macports/macports-ports.
    2 
    3 I did the following to checkout the upstream source tree and commit my changes:
    4 
    5 git clone https://github.com/macports/macports-ports.git
    6 
    7 cp ~/Ports/gnome-internet-radio-locator/Portfile macports-ports/gnome/gnome-internet-radio-locator/Portfile
    8 
    9 cd macports-ports/
    10 
    11 git remote add upstream https://github.com/macports/macports-ports.git
    12 
    13 git fetch upstream
    14 
    15 git rebase upstream/master
    16 
    17 git config --global user.name 'Ole Aamot'
    18 
    19 git config --global user.email 'ole@gnome.org'
    20 
    21 git commit -a
    22 
    23 git push origin
    24 
    25 Username for 'https://github.com': oleaamot
    26 
    27 Password for 'https://oleaamot@github.com':
    28 
    29 remote: Permission to macports/macports-ports.git denied to oleaamot.
    30 
    31 fatal: unable to access 'https://github.com/macports/macports-ports.git/': The requested URL returned error: 403
    32 
    33 How do I submit the pull request?
     1See https://github.com/macports/macports-ports/pull/1677