git error
https://qiita.com/kaizen_nagoya/items/d4b08ab5e13d7c4efde1
システムが落ちた。自分のPCからやろうとした。
git error2
https://qiita.com/kaizen_nagoya/items/0d6b32e9a20de6825c4a
フォルダが作ってなかった。ファイルをコピーしてなかった。
$ mkdir kaizen-nagoya
$ cp ../Download/LoRA_template_20241127.jpynb .
$ ./up.sh
git: 'lfs' is not a git command. See 'git --help'.
The most similar command is
log
fatal: destination path 'kaizen-nagoya' already exists and is not an empty directory.
cp: ./LoRA_template_20241127.jpynb: No such file or directory
[master 5660046] Add model
1 file changed, 9481 insertions(+)
create mode 100644 llm/kaizen-nagoya/LoRA_template_20241127.ipynb
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