この1つの助けを感謝します - 無駄に関連記事からの試した提案。 Windows 10 OS。認証gcloud gitクローンの問題 - windows 10
とのinit正常に動作しますが、ローカルにクラウドリポジトリをクローンに私は私が得るgcloud source repos clone default --project=project-1234
に乗るエラー
を続けます。
Cloning into 'C:\Users\Me\default'...
ERROR: (gcloud.auth.git-helper) Invalid input line format: [path=].
fatal: remote error: Invalid username/password.
You may need to use your OAuth token password; Note that generated google.com passwords are not compatible with private repositories
ERROR: (gcloud.source.repos.clone) Command '['git', 'clone', 'https: //source.developers.google.com/p/project-1234/r/default', 'C:\Users\Me\default', '--config', 'credential.helper="gcloud.cmd"']' returned non-zero exit status 128
私はいくつかの再インストール(GitとGCloud)を試しましたが、これを修正するのに何のアイデアもありませんでしたか?
[git --version]を実行して、使用しているgitのバージョンを明確にすることはできますか?また、gcloud版[gcloud --version]とは何ですか?また、[git config --list]の出力にはcredential.helperの値がありますか? – cherba