git push --set-upstream origin cicadaremote: Permission to opnsense/plugins.git denied to opnsenseuser12123.fatal: unable to access 'https://github.com/opnsense/plugins.git/': The requested URL returned error: 403
Hi there,You want to fork plugins to your GitHub account and create a PR (pull request) to the official OPNsense plugins repo with that fork.Cheers,Franco
When you push your branch, it should light up on your plugin repo automatically asking you to perform a request.Can't be missed when you browse your GitHub.Cheers,Franco
can you try the following:git remote set-url origin git@github.com:opnsenseuser12123/plugins.gitthen "git push -u origin your_branch_name"
Now i´m able to push to https://github.com/opnsenseuser12123/plugins.gitBut i have not uploaded anything yet!
1. I thought i have to push this to https://github.com/opnsense/plugins?
2. Whats the difference between https://github.com/opnsense/plugins and https://github.com/opnsenseuser12123/plugins.git ?
3. Can anyone else then access my upload and help fixing some issues too ?