espterm / espterm-firmware

ESPTerm - ESP8266 terminal emulator. Branches: [master] patches, [work] next release
Mozilla Public License 2.0
127 stars 24 forks source link

clone issue #256

Closed mwolfeu closed 6 years ago

mwolfeu commented 6 years ago

With --recursive, the git clone reports: Submodule 'front-end' (git@github.com:espterm/espterm-front-end.git) registered for path 'front-end' Submodule 'libesphttpd' (git@github.com:MightyPork/libesphttpd.git) registered for path 'libesphttpd' Cloning into 'front-end'... Permission denied (publickey). fatal: Could not read from remote repository.

"git submodule update" fails similarly.

Can these be made public so a key is not required?

MightyPork commented 6 years ago

They are public, you need to add your ssh key to GitHub, or clone without recursive, edit .git/config to use https paths, and then 'submodules init'.

The use of ssh makes it work without constantly asking for a password when we push. Hope this helps

On Nov 14, 2017 12:44 AM, "mwolfeu" notifications@github.com wrote:

With --recursive, the git clone reports: Submodule 'front-end' (git@github.com:espterm/espterm-front-end.git) registered for path 'front-end' Submodule 'libesphttpd' (git@github.com:MightyPork/libesphttpd.git) registered for path 'libesphttpd' Cloning into 'front-end'... Permission denied (publickey). fatal: Could not read from remote repository.

"git submodule update" fails similarly.

Can these be made public so a key is not required?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/espterm/espterm-firmware/issues/256, or mute the thread https://github.com/notifications/unsubscribe-auth/AB8lHomhlrH2N5033g5eS1wu1BCMm9iGks5s2NRygaJpZM4Qcloa .