CocoaPodsでtrunk URL couldn’t be downloadedが出た時の対処方法

M1 MacでCocoaPodsのinstall / update時に以下のエラーが出た時の対処方法

trunk URL couldn't be downloaded: https://cdn.cocoapods.org/CocoaPods-version.yml Response: URL using bad/illegal format or missing URL

Podfileファイルに「source ‘https://github.com/CocoaPods/Specs.git’」を追加する

参考
https://stackoverflow.com/questions/60884826/unable-to-add-a-source-with-url-https-cdn-cocoapods-org-named-trunk

追記:pod install やupdateを実行する前に、既存のtrunkを削除する

pod repo remove trunk