GitHub
チーム開発 †
プロジェクト管理 †
Pull Request †
個人 †
セキュリティ †
Visual Studio Code †
基本操作 †
clone †
バックアップ †
監査ログ †
アピール †
トラブルシューティング †
The requested URL returned error: 403 Forbidden while accessing https://... †
ERROR: You're using an RSA key with SHA-1, which is no longer allowed. Please use a newer client or a different key type. †
ERROR: You're using an RSA key with SHA-1, which is no longer allowed. Please use a newer client or a different key type.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
- Ed25519で鍵を作る
$ ssh-keygen -t ed25519
- OpenSSHのバージョンが古くてEd25519が使えない場合は、ECDSA で鍵を作る
$ ssh-keygen -t ecdsa
Permission denied (publickey). †