Read the statement by Michael Teeuw here.
Magic Mirror Scripts - "Unable to determine upstream"
-
@sdetweil said in Magic Mirror Scripts - "Unable to determine upstream":
cd ~/MagicMirror
git branch
git remote -vbkey1970@mirrorserv:~ $ cd ~/MagicMirror git branch git remote -v _fix_clipping * master origin git@github.com:MagicMirrorOrg/MagicMirror.git (fetch) origin git@github.com:MagicMirrorOrg/MagicMirror.git (push) -
@BKeyport said in Magic Mirror Scripts - "Unable to determine upstream":
com:Mag
how did that ‘:’ get between
mine is originhttps://github.com/MagicMirrorOrg/MagicMirror.git (fetch)try upgrade script again
-
I gotta run to my daughters… back later
-
It has to do with SSH. I’m failing out on SSH, but if I force it over to HTTPS it worked.
-
$ git remote set-url origin https://github.com/MagicMirrorOrg/MagicMirror.git $ git remote set-url --push origin https://github.com/MagicMirrorOrg/MagicMirror.gitFor reference if seen again.
-
@BKeyport how /why ssh
-
@sdetweil I think I had an error with my SSH keys and had to reset them. It’s cascading through my system. Basically, some idiot forgot he already had SSH on his system and set it up for another project. LOL
-
@BKeyport but nothing here is ssh??!!!
My script runs On the target system
-
I must have manually installed MM originally, rather than using your scripts - cloning it via SSH rather than HTTPS.
-
In any case, resetting the origin URL fixed it, so we have that in our toolbelt.
