kosma / minmea

a lightweight GPS NMEA 0183 parser library in pure C
Do What The F*ck You Want To Public License
735 stars 246 forks source link

New Suggestions #36

Closed rejkid closed 2 years ago

rejkid commented 5 years ago

I have tried to push my branch with my suggestions but got an error "remote: Permission to kosma/minmea.git denied to rejkid." I am pretty new to github but want to contribute. I have changed minmea.c file with comments inside the code. If you agree with my suggestions , please review them and check it in. Can you also tell me why I can't push my branch and create pull request?

minmea.zip

kosma commented 5 years ago

Hi, Looks like you didn't fork the repository (you can only push to your own copy, not to mine). Try the following:

  1. Fork the repository
  2. git remote set-url origin git@github.com:rejkid/minmea.git
  3. git push

Then the pull request should work. :)

cmorganBE commented 2 years ago

Closing due to inactivity, please reopen if you still have trouble.