pedro-vicente / nostr_client_relay

Nostr client and relay is a C++ engine that allows to build Nostr applications for command line, desktop or web.
https://nostro.cloud/
Other
19 stars 9 forks source link

gitmodules: add ext/boost_1_82_0 & build.boost.sh: macos x84_64 tweak #2

Closed RandyMcMillan closed 1 year ago

RandyMcMillan commented 1 year ago

the build.boost.sh script was failing on MacOS 10.15.7 (19H2026) X86_64

I will test on MacOS Arm64 M1 later today...

Screen Shot 2023-06-06 at 3 00 57 PM

pedro-vicente commented 1 year ago

With this update, I get on MacOS

./build.boost.sh
Submodule 'ext/boost_1_82_0' (git@github.com:boostorg/boost.git) registered for path 'ext/boost_1_82_0'
Cloning into '/Users/pvn/github/nostr_client_relay/ext/boost_1_82_0'...
git@github.com: Permission denied (publickey).

Not sure if it's because there is an attempt to access a SSH URL (Read/Write) instead of Git Read-Only URL , as explained here ?

It seems a HTTPS URL avoids the error

https://stackoverflow.com/questions/2643502/git-how-to-solve-permission-denied-publickey-error-when-using-git

RandyMcMillan commented 1 year ago

yeah you or i can change it to the https:// url

RandyMcMillan commented 1 year ago

noted - i am used to using ssh for every thing...