with mycroft-core and mycroft-mark-1 both at version 18.8.0
When I run msm update on my Mark 1, it reported a git failure for the mycroft-weather skill. While, in this instance, the trouble appears to be with the weather skill itself, it seems msm might handle such stuff a bit more gracefully, perhaps? Should it offer to try (in this case) the git remote prune origin that it suggested I try?
$ msm update
INFO - Nothing new for mycroft-installer
INFO - Nothing new for mycroft-stock
INFO - Nothing new for mycroft-support-helper
INFO - Nothing new for mycroft-joke
INFO - Nothing new for mycroft-spelling
INFO - Nothing new for mycroft-timer
INFO - Nothing new for skill-desktop-launcher
INFO - Nothing new for fallback-wolfram-alpha
INFO - Nothing new for mycroft-volume
ERROR - Error running update_skill on mycroft-weather: GitException(Git command failed: GitCommandError(['git', 'fetch'], 1, b"error: 'refs/remotes/origin/test' exists; cannot create 'refs/remotes/origin/test/multiple-dialogs'\nFrom https://github.com/mycroftai/skill-weather\n ! [new branch] test/multiple-dialogs -> origin/test/multiple-dialogs (unable to update local ref)\nerror: some local refs could not be updated; try running\n 'git remote prune origin' to remove any old, conflicting branches", b''))
INFO - Nothing new for fallback-unknown
INFO - Nothing new for mycroft-mark-1-demo
INFO - Nothing new for mycroft-version-checker
INFO - Nothing new for mycroft-reminder
INFO - Nothing new for mycroft-fallback-duck-duck-go
INFO - Nothing new for mycroft-spotify
INFO - Nothing new for mycroft-singing
INFO - Nothing new for mycroft-pairing
INFO - Nothing new for mycroft-date-time
INFO - Nothing new for mycroft-mark-1
INFO - Nothing new for pianobar-skill
INFO - Nothing new for mycroft-naptime
INFO - Nothing new for mycroft-configuration
INFO - Nothing new for mycroft-stop
INFO - Nothing new for skill-wolfram-alpha
INFO - Nothing new for skill-media
INFO - Nothing new for mycroft-alarm
INFO - Nothing new for mycroft-speak
INFO - Nothing new for mycroft-ip
INFO - Nothing new for mycroft-personal
INFO - Nothing new for mycroft-playback-control
INFO - Nothing new for mycroft-hello-world
INFO - Nothing new for mycroft-audio-record
INFO - Nothing new for mycroft-npr-news
INFO - Nothing new for mycroft-pandora
INFO - Nothing new for mycroft-wiki
INFO - Nothing new for fallback-aiml
$
I'm running a Mark 1
with mycroft-core and mycroft-mark-1 both at version 18.8.0
When I run
msm update
on my Mark 1, it reported a git failure for the mycroft-weather skill. While, in this instance, the trouble appears to be with the weather skill itself, it seems msm might handle such stuff a bit more gracefully, perhaps? Should it offer to try (in this case) thegit remote prune origin
that it suggested I try?