cvonk / OPNpool

Integrates the functionality of a Pentair pool controller into the smart home using ESP32 SoC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error trying to clone

justlikeef opened this issue · comments

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.

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.

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`

Inactivity. Solution proposed. Closing