earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
2.03k stars 421 forks source link

Tool Manager: Installing git+https://github.com/earlephilhower/arduino-pico.git installation failed #2384

Closed nth1314 closed 1 month ago

nth1314 commented 1 month ago

Tool Manager: Installing git+https://github.com/earlephilhower/arduino-pico.git git version 2.46.0.windows.1 Cloning into 'C:\Users\Administrator.platformio.cache\tmp\pkg-installing-z2ytds_k'... fatal: unable to access 'https://github.com/earlephilhower/arduino-pico.git/': Failed to connect to github.com port 443 after 21011 ms: Could not connect to server VCSBaseException: VCS: Could not process command ['git', 'clone', '--recursive', '--depth', '1', 'https://github.com/earlephilhower/arduino-pico.git', 'C:\Users\Administrator\.platformio\.cache\tmp\pkg-installing-z2ytds_k']

nth1314 commented 1 month ago

[env:pico] platform = https://github.com/maxgerhardt/platform-raspberrypi.git board = pico framework = arduino board_build.core = earlephilhower board_build.f_cpu = 133000000L monitor_speed = 115200

earlephilhower commented 1 month ago

Failed to connect to github.com port 443 after 21011 ms: Could not connect to server

It says exacting what the problem is right there. Your computer couldn't connect to GitHub. Either it was down when you ran this, or your network had problems. You should try again and if that fails you'll need to debug your network issue.

nth1314 commented 1 month ago

Thank you very much for your reply, my browser can open github perfectly, I will check my network again

Failed to connect to github.com port 443 after 21011 ms: Could not connect to server

It says exacting what the problem is right there. Your computer couldn't connect to GitHub. Either it was down when you ran this, or your network had problems. You should try again and if that fails you'll need to debug your network issue.

Thank you very much for your reply, my browser can open github perfectly, I will check my network again