While updating retropie I get: [Username for 'https://github.com':]
-
Hi all, trying to do a full update from the setup menu and midway I get this login screen:
Resulting in:
Getting sources for 'retropie-manager' : Web Based Manager for RetroPie files and configs based on the Recalbox Manager = = = = = = = = = = = = = = = = = = = = = Already on 'retropie' M __init__.pyc M project/assets_cartographer/__init__.pyc M project/assets_cartographer/parser.pyc M project/assets_cartographer/registry.pyc M project/assets_cartographer/templatetags/assets.pyc M project/manager_frontend/__init__.pyc M project/manager_frontend/admin.pyc M project/manager_frontend/crumbs.pyc M project/manager_frontend/forms/__init__.pyc M project/manager_frontend/forms/bios.pyc M project/manager_frontend/forms/config.pyc M project/manager_frontend/forms/roms.pyc M project/manager_frontend/forms/systems.pyc M project/manager_frontend/models.pyc M project/manager_frontend/templatetags/manager_tags.pyc M project/manager_frontend/urls.pyc M project/manager_frontend/utils/views.pyc M project/manager_frontend/views/__init__.pyc M project/manager_frontend/views/bios.pyc M project/manager_frontend/views/config.pyc M project/manager_frontend/views/logs.pyc M project/manager_frontend/views/monitor.pyc M project/manager_frontend/views/roms.pyc M project/manager_frontend/views/systems.pyc M project/recalbox_manifest/__init__.pyc M project/recalbox_manifest/parser.pyc M project/recalbox_manifest/registry.pyc M project/settings.pyc M project/settings_production.pyc M project/urls.pyc M project/utils/__init__.pyc M project/utils/context_processors.pyc M project/utils/imports.pyc M project/utils/views.pyc M project/wsgi.pyc Your branch is up-to-date with 'origin/retropie'. remote: Repository not found. fatal: repository 'https://github.com/botolo78/RetroPie-Manager.git/' not found HEAD is now in branch 'retropie' at commit 'f80d2115899c94f25f6ffd8976b2722ac6d62d13' /home/pi/RetroPie-Setup Error running 'git pull' - returned 1 = = = = = = = = = = = = = = = = = = = = =
What did I do wrong?
-
@Sjaak besides making an extremely big picture for nothing...
-
retropie-manager no-longer exists at that repo. update your retropie-setup script first, and then do the general update.
-
@dankcushions thanks for your quick reply :)
Unfortunately I did do the update script prior running the update, from the log file:RetroPie-Setup version: 4.5.1 (3612e755) System: Raspbian GNU/Linux 9.11 (stretch) - Linux retropie 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l GNU/Linux
-
@Sjaak i don't see how - here's the install script for the manager:
https://github.com/RetroPie/RetroPie-Setup/blob/master/scriptmodules/supplementary/retropie-manager.sh#L25
notice how it points to a different repo to the one you're seeing in your error.but you clearly are on latest commit of the retropie script. very strange!
hmm, maybe you need to uninstall retropie-manager first?
-
Thread necro, but same problem, and a way to resolve...
- Get into the command prompt
- go to the ~/RetroPie-Setup/scriptmodules/supplementary directory
- Delete the old retropie-manager.sh file
- Download the correct script from the github repo (https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/scriptmodules/supplementary/retropie-manager.sh)
- Go back to RetroPie setup again and now the script should work and install retropie-manager.
("code" is below if needed)
F4 cd ~/RetroPie-Setup/scriptmodules/supplementary rm -r retropie-manager.sh wget https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/scriptmodules/supplementary/retropie-manager.sh
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.