SourceTreeからgit clone ができない時
確認
ソースパス/ソース URL として正しくありません。
コマンド: git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks ls-remote https://github.com/....git
出力:
エラー: remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/....git
エラーの意味:
パスワード認証のサポートは、2021年8月13日に削除されました。
方法
-
githubサイトにいく。
-
チェックボックスは、ご自分の環境に合わせて設定する。
例:
repo
workflow
admin:repo_hook
user
delete_repo
例:
https://{ token }@github.com/xxxx/xxxx.git
OK