Read the statement by Michael Teeuw here.
MMM-FRITZ-Box-Callmonitor-py3 and MMM-Callmonitor-Current-Call
-
@xIExodusIx you did not need to fork now… I was just explaining , but
you cannot have two folders with the same name,
so you could
rename your current folder,
git clone the fork,
and copy the files from your old renamed folder to the new cloned folder
then
git add
git commit
git pushif you have trouble with english, post in your native language and I will use a translator to help…
also the page can usually be translated for you from my english
in chrome is under the 3 dots menu to the right of the address fields -
I’m commig up to “git push” asking for my username followed by my password, but then i got an error because of: Support for password authentication was removed on August 13, 2021.
Why everything must be made so complicated. There’s no fun. :-( Nothing is smooth and easy anymore. :-(
I should authenticate now with a “Personal-Access-Token”. I don’t own one.
To create a “Personal-Access-Token” I have to go to my Organization, I have no Organization, I’m a private person that tries to have a little fun with a MagicMirror2 and some other Raspberry Pi projects.
When I create an Organization and then following the instructions to create Personal-Access-Tokens, no Tokens were created.
Sorry, for today I had enough problems, will try tomorrow again. -
@xIExodusIx yes, everybody is getting more serious about security in WAY too many different ways
for github, read the doc on my backup/restore tools
https://github.com/sdetweil/MagicMirror-backup-restore -
you can also save the settings for git
see
https://forum.magicmirror.builders/post/124488 -
Sorry sdetweil, on my github account site at “Password and authentication” is no “developer settings”.
What I can see is;
Password and a button with Change Password
Passkeys and somthing toadd and modify them.
Two-factor authentication! with a bunch of settings.But no “developer settings”.
-
@xIExodusIx its moved, select settings, then at the bottom
-
Okay I hav now a “Personal-Access-Token” but the next problem is comming up afet I make “git push”
Problem:
remote: Permission to xIExodusIx/MMM-FRITZ-Box-Callmonitor-py3.git denied to xIExodusIx.It’s really complicated and frustrating :-(
What have I to do now? I searched for permissons on github to modify for uploading but could not find anything.
-
@xIExodusIx show output of
git remote -v
-
git remote -v
origin https://github.com/xIExodusIx/MMM-FRITZ-Box-Callmonitor-py3.git (fetch)
origin https://github.com/xIExodusIx/MMM-FRITZ-Box-Callmonitor-py3.git (push)That is what I get.
-
@xIExodusIx you did use the token as the password, right?