Plugin metadata reposity access denied

I have created a plugin, and I want to add it to the content manager. I have been getting an error when trying to push my fork that I do not have access. Any tips?

I followed the guide at KiCad Addons | Developer Documentation | KiCad
I also tried to follow the readme at KiCad / KiCad Addons / Package Metadata · GitLab

CMD output:

 > git clone git@gitlab.com:kicad/addons/metadata.git    
Cloning into 'metadata'...
remote: Enumerating objects: 481, done.
remote: Counting objects: 100% (478/478), done.
remote: Compressing objects: 100% (248/248), done.
remote: Total 481 (delta 233), reused 465 (delta 220), pack-reused 3
Receiving objects: 100% (481/481), 186.05 KiB | 3.51 MiB/s, done.
Resolving deltas: 100% (233/233), done.
    ~/De/code > cd metadata                  ✔   
    ~/De/c/metadata    main > code .    
    ~/De/c/metadata    main > git checkout -b board_cleaner
Switched to a new branch 'board_cleaner'
    ~/De/c/metadata    board_cleaner > git add .
    ~/De/c/metadata    board_cleaner +2 > git commit -am "added board cleaner plugin metadata"
[board_cleaner 28ce528] added board cleaner plugin metadata
 2 files changed, 59 insertions(+)
 create mode 100644 packages/com.github.dbriscoe511.Kicad-board-cleaner/icon.png
 create mode 100644 packages/com.github.dbriscoe511.Kicad-board-cleaner/metadata.json
    ~/De/c/metadata    board_cleaner > git push --set-upstream origin board_cleaner

remote: 
remote: ========================================================================
remote: 
remote: You are not allowed to push code to this project.
remote: 
remote: ========================================================================
remote: 
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
    ~/De/c/metadata    board_cleaner >

You have to make a fork in gitlab and submit a merge request.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.