現状
GCPで立てたインスタンス内で$ gcloud source repos clone hogehoge
を実行すると
WARNING: Repository "hogehoge" in project "PROJECTNAME" is a mirror. Pushing to this clone will have no effect. Instead, clone the mirrored repository directly with $ git clone https://github.com/fuga/fugafuga
と言われたのですが
1.mirrorになってるのを解除する方法があれば教えていただきたいです。
2.出力されたエラー通り$ git clone https://github.com/fuga/fugafuga
を実行するとremote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com/fuga/fugafuga/'
と言われました。この場合、インスタンス内でssh-key gen
みたいなことをやるということでしょうか?
やったこと
・$ gcloud source repos clone
でエラーが出て解決したという記事を見たのですが、この場合はcredential.helper
の設定が関係してるそうなのですが今回の私のケースには当てはまらなそうでした。
・ググってもなかなかmirrorになってるという記事が見つかりません。。
知見をお持ちの方、よろしくお願いいたします。
あなたの回答
tips
プレビュー