Describe the bug
I am in version 2.27.0
I am signed in with HTTPS
I was trying to upload to release using gh release upload when a giant error code appeared with something about go-keyring.
just for context, I had already created the release using Release creat which worked great.
so I did gh release create v1.0.0 --repo=jet689/wprintsettings --title=test which made the release
and when I tried gh release upload v1.0.0 "C:\Users\jetl\Downloads\improvment 1.fcfg" --repo=jet689/wprintsettings I got the error
Steps to reproduce the behavior
gh release create v1.0.0 --repo=yourgithubname/wprintsettings --title=test
gh release upload v1.0.0 "C:\Users\jettl\Downloads\improvment 1.fcfg
then an error starting with
panic: runtime error: invalid memory address or nil pointer dereference
shows up
Expected vs actual behavior
I expected the code to put a file into my release, but instead, it gave me a large error code.
also, I do not want to put any more info about the error because it all relates to keys and I do not know if it has private info.
Describe the bug
I am in version 2.27.0
I am signed in with HTTPS
I was trying to upload to release using gh release upload when a giant error code appeared with something about go-keyring.
just for context, I had already created the release using Release creat which worked great.
so I did
gh release create v1.0.0 --repo=jet689/wprintsettings --title=testwhich made the releaseand when I tried
gh release upload v1.0.0 "C:\Users\jetl\Downloads\improvment 1.fcfg" --repo=jet689/wprintsettingsI got the errorSteps to reproduce the behavior
gh release create v1.0.0 --repo=yourgithubname/wprintsettings --title=testgh release upload v1.0.0 "C:\Users\jettl\Downloads\improvment 1.fcfgthen an error starting with
panic: runtime error: invalid memory address or nil pointer dereferenceshows up
Expected vs actual behavior
I expected the code to put a file into my release, but instead, it gave me a large error code.
also, I do not want to put any more info about the error because it all relates to keys and I do not know if it has private info.