1 どちら側のエラーか勘違いしていた。
2 パスワードの入れ間違えと、Authentificationの変更。
3 最初実行したコマンドの影響
$ ./up.sh
Cloning into 'kaizen-nagoya'...
Username for 'https://huggingface.co': kaizen-nagoya
Password for 'https://kaizen-nagoya@huggingface.co':
remote: Password authentication in git is no longer supported. You must use a user access token or an SSH key instead. See https://huggingface.co/blog/password-git-deprecation
fatal: Authentication failed for 'https://huggingface.co/kaizen-nagoya/kaizen-nagoya/'
cp: ./LoRA_template_20241127.jpynb: No such file or directory
warning: could not open directory 'Desktop/': Operation not permitted
warning: could not open directory '.Trash/': Operation not permitted
On branch master
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
deleted: ../../../anaconda-deep-1.tar
Untracked files:
(use "git add <file>..." to include in what will be committed)
...
no changes added to commit (use "git add" and/or "git commit -a")
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin master