cvonk / OPNpool

Integrates the functionality of a Pentair pool controller into the smart home using ESP32 SoC.
GNU General Public License v3.0
75 stars 5 forks source link

error trying to clone #4

Closed justlikeef closed 1 year ago

justlikeef commented 2 years ago

Running clone through HTTPS: git clone --recursive https://github.com/cvonk/OPNpool.git

git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:cvonk/OPNpool_provisioning.git' into submodule path 'C:/Users/justl/Documents/Projects/OPNpool/android' failed Failed to clone 'android' a second time, aborting

Running clone through SSH: git clone --recursive git@github.com:cvonk/OPNpool.git

Cloning into 'OPNpool'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

cvonk commented 2 years ago

Make sure you have ssh set up, or clone using https as usual, and add the --recursive switch

Cheers /C

On Sat, Jun 11, 2022, 07:55 Rob Hutton @.***> wrote:

Running clone through HTTPS: git clone --recursive https://github.com/cvonk/OPNpool.git

@.***: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of @.***:cvonk/OPNpool_provisioning.git' into submodule path 'C:/Users/justl/Documents/Projects/OPNpool/android' failed Failed to clone 'android' a second time, aborting

Running clone through SSH: git clone --recursive @.*** :cvonk/OPNpool.git

Cloning into 'OPNpool'... @.***: Permission denied (publickey). fatal: Could not read from remote repository.

— Reply to this email directly, view it on GitHub https://github.com/cvonk/OPNpool/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACKIDGUWBCZBK2XAQX4FKV3VOSLDRANCNFSM5YQD6E5Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

justlikeef commented 2 years ago

Both are set up and I'm getting a permission error both ways. You can see that I've used the recursive switch on both commands. in my comment.

It seems to be something specific to the Android client. If I do a "git rm android" then "git submodule foreach "(git checkout master; git pull)&"" the other submodules pull OK.

cvonk commented 2 years ago

I am traveling with just a phone, so either can't try it

On Sat, Jun 11, 2022, 16:56 Rob Hutton @.***> wrote:

Both are set up and I'm getting a permission error both ways. You can see that I've used the recursive switch on both commands. in my comment.

It seems to be something specific to the Android client. If I do a "git rm android" then "git submodule foreach "(git checkout master; git pull)&"" the other submodules pull OK.

— Reply to this email directly, view it on GitHub https://github.com/cvonk/OPNpool/issues/4#issuecomment-1153012926, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACKIDGQMVYPIPZZ74NBMNHTVOUKTVANCNFSM5YQD6E5Q . You are receiving this because you commented.Message ID: @.***>

martinbogo commented 1 year ago

Some more info -- failure to clone ( android )

`Cloning into '/Users/martin/Development/OPNpool/android'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:cvonk/OPNpool_provisioning.git' into submodule path '/Users/martin/Development/OPNpool/android' failed Failed to clone 'android' a second time, aborting`

cvonk commented 1 year ago

You need to setup SSH authentication first, it clone using HTTPS.

/C

On Sat, May 13, 2023, 1:44 PM Martin Bogomolni @.***> wrote:

Some more info -- failure to clone ( android )

`Cloning into '/Users/martin/Development/OPNpool/android'... @.***: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of @.***:cvonk/OPNpool_provisioning.git' into submodule path '/Users/martin/Development/OPNpool/android' failed Failed to clone 'android' a second time, aborting`

— Reply to this email directly, view it on GitHub https://github.com/cvonk/OPNpool/issues/4#issuecomment-1546746616, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACKIDGXPBCDNO24VIFV2WX3XF7XBRANCNFSM5YQD6E5Q . You are receiving this because you commented.Message ID: @.***>

cvonk commented 1 year ago

Inactivity. Solution proposed. Closing