scytheStudio / SCodes

This project is Qt & Qml wrapper for ZXing-C++ Library that is used for decoding 1D and 2D barcodes.
https://scythe-studio.com/
Apache License 2.0
107 stars 36 forks source link

README.md instruction #1 - error running command #12

Closed ricardopesce closed 7 months ago

ricardopesce commented 2 years ago

Hello,

First of all, congrats and thanks for sharing this useful library. I am following the README.md instructions on how to use the submodule in a project. But in the 1st step, I got an error:


$ git submodule add git@gitlab.com:scythestudio/scodes.git
Cloning into '/home/rgb/QtProjects/minibrowser/scodes'...
git@gitlab.com: Permission denied (publickey,keyboard-interactive).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@gitlab.com:scythestudio/scodes.git' into submodule path '/home/rgb/QtProjects/minibrowser/scodes' failed

So I just replaced the repo location by the one here on github: $ git submodule add https://github.com/scytheStudio/SCodes.git

It worked just fine.

Now, I don't know if I did something wrong or if the README file's instruction #1 must be updated. Just trying to keep you guys informed.

Regards

radkoder commented 7 months ago

This is now fixed - thanks for pointing it out.