Re: [weewx-user] Corrections for barometric pressure from TWI station

2023-01-27 Thread pannetron
I've added and committed my proposed changes to twi.py but I can't push my changes in order to create a PR -- I get this error: remote: Permission to matthewwall/weewx-twi.git denied to <...>; fatal: unable to access 'https://github.com/matthewwall/weewx-twi.git/': The requested URL returned er

Re: [weewx-user] Corrections for barometric pressure from TWI station

2023-01-27 Thread vince
You want to 'fork' that repo in github, make your changes in your fork and commit to your forked repo on github, and then you should be able to do a PR. On Friday, January 27, 2023 at 10:17:40 AM UTC-8 pannetron wrote: > I've added and committed my proposed changes to twi.py but I can't push m

Re: [weewx-user] Corrections for barometric pressure from TWI station

2023-01-27 Thread Russ Panneton
Doh, thank you!! On Fri, Jan 27, 2023, 14:40 vince wrote: > You want to 'fork' that repo in github, make your changes in your fork > and commit to your forked repo on github, and then you should be able to do > a PR. > > On Friday, January 27, 2023 at 10:17:40 AM UTC-8 pannetron wrote: > >> I'v