@kyanny's blog

My thoughts, my life. Views/opinions are my own.

2024-09-27から1日間の記事一覧

GitHub Actions から personal access token を使って git clone すると fatal: could not read Username for 'https://github.com': No such device or address エラー

git clone するとき、URL の中にパスワードとかアクセストークンを埋め込んで認証できる。自動化処理の中で使うのに便利。 URL の user/password の部分の書式にバリエーションがあって何が正解かはっきりしないが、おおむね以下のような形。 git clone http…