Move to Home Assistant with Docker on Raspberry Pi 3b+ raspberry pi os lite (64-bit)
0
/.git
.gitignore
/home/homeassistant20221103/.homeassistant/.git
.gitignore
.gitignore.swp
root@raspberrypi:/home/homeassistant20240104# git push -u origin main
To https://github.com/mslycn/Home-AssistantConfig20221103.git
! [rejected] main -> main (non-fast-forward)
error: failed to push some refs to 'https://github.com/mslycn/Home-AssistantConfig20221103.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
root@raspberrypi:/home/homeassistant20240104# git pull origin master
root@raspberrypi:/home/homeassistant20240104# git push -f -u origin main
root@raspberrypi:/home/homeassistant20240104# git push -f -u origin main
Enumerating objects: 51, done.
Counting objects: 100% (51/51), done.
Delta compression using up to 4 threads
Compressing objects: 100% (20/20), done.
Writing objects: 100% (26/26), 4.66 KiB | 477.00 KiB/s, done.
Total 26 (delta 9), reused 7 (delta 1), pack-reused 0
remote: Resolving deltas: 100% (9/9), completed with 9 local objects.
To https://github.com/mslycn/Home-AssistantConfig20221103.git
+ 7ead258...c097a95 main -> main (forced update)