mikaelnousiainen / RS41ng

Custom firmware for Vaisala RS41 and Graw DFM-17 radiosondes with support for amateur radio use. Ideal for tracking high-altitude balloons. Supported modes include APRS, Horus 4FSK mode, CATS, morse code (CW) and additional digital modes like WSPR and FT8 via Si5351.
GNU General Public License v2.0
109 stars 28 forks source link

how to make a pull request #64

Closed whallmann closed 8 months ago

whallmann commented 8 months ago

Hi Mikael, have some new code for you about this rotating HORUS_V2 2nd Frequency. I did a local commit. but i wonder how to make a pull request to this project? Do you have to add my user anywhere? I never made a pull-request before sorry.

got some errors not know how to interpret this

wolfgang@Wolf-Deb-Laptop:~/RS41ng$ git push Username for 'https://github.com': whallmann Password for 'https://whallmann@github.com': remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication. fatal: Authentication failed for 'https://github.com/mikaelnousiainen/RS41ng.git/'

whallmann commented 8 months ago

now read further and tried a Personal Access Token but not succeeded sorry. git push Username for 'https://github.com': ghpxxxxxxxxxxxxxxxxxxxxxxxx Password for 'https://ghpxxxxxxxxxxxxxxx@github.com': remote: Permission to mikaelnousiainen/RS41ng.git denied to whallmann. fatal: unable to access 'https://github.com/mikaelnousiainen/RS41ng.git/': The requested URL returned error: 403 wolfgang@Wolf-Deb-Laptop:~/RS41ng$ Do you should generate this key?

mikaelnousiainen commented 8 months ago

@whallmann Please have a look at GitHub documentation for pull requests. You need to fork my RS41ng repository first, make your changes in your local fork and commit them. After that, you can create a PR in the GitHub UI using a web browser.

There is some documentation here: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request

Closing as this is not an issue in RS41ng.