** When you forget, and I know you will… **
Open bitwarden and search for “Gitea API Token”
username=earnhardt
Take the password and paste into .git\config as shown above…
—————————– PROOF —————————–
E:\work\Sheetz\scripts>git push origin
remote: Verify
fatal: Authentication failed for ‘https://gitea.remote-tech.us/Sheetz/scripts.git/’
E:\work\Sheetz\scripts>notepad .git\config
E:\work\Sheetz\scripts>git push origin
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 4 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (8/8), 2.01 KiB | 412.00 KiB/s, done.
Total 8 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote: . Processing 1 references
remote: Processed 1 references in total
To https://gitea.remote-tech.us/Sheetz/scripts.git
96db600..9ae545e main -> main
** When you forget, and I know you will… **
Open bitwarden and search for “Gitea API Token”
username=earnhardt
Take the password and paste into .git\config as shown above…
—————————– PROOF —————————–