問題タブ [google-source-repositories]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - Compute Engine で Google Cloud レポジトリのクローンを作成できません
このガイドに従って、Google Compute Engine で Node プロジェクトをセットアップしようとしています: https://cloud.google.com/nodejs/getting-started/getting-started-on-compute-engine
27 行目まで、起動スクリプトですべて正常に実行されます。
スクリプトがレポのクローンを作成しようとすると、ログにいくつかのエラーが記録されます。
INVALID_ARGUMENT: Request contains an invalid argument
message: "Invalid authentication credentials. Please generate a new identifier: https://source.developers.google.com/new-password"
fatal: unable to access 'https://source.developers.google.com/<path-to-repo>': The requested URL returned error: 400
このエラーの原因は何ですか?どうすれば修正できますか? クローン認証について調べてみましたが、スクリプトに関連するものは見つかりませんでした。新しいパスワードのリンクにアクセスし、サーバーで gitcookie コマンドを実行しようとしましたが、役に立ちませんでした。
私が使用する起動スクリプトは、ガイドとまったく同じです。