VOOZH about

URL: https://qiita.com/kaizen_nagoya/items/206904cdd98a8d29a8ac

⇱ git error5 #Git - Qiita


👁 Image
0

Go to list of users who liked

1

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

More than 1 year has passed since last update.

@kaizen_nagoya(Dr. Kiyoshi Ogawa)

git error5

0
Posted at

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
0

Go to list of users who liked

1
0

Go to list of comments

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0

Go to list of users who liked

1