リモート リポジトリを Google クラウド リポジトリからローカル リポジトリに複製しようとしています。私はKubuntu 14.04システムに取り組んでいます
最初に、空のローカル git リポジトリを作成しました
git init test
次に、次のコマンドで試しました
cd test
git pull https://source.developers.google.com/p/{project_id}
Username for 'https://source.developers.google.com': #########
Password for 'https://########@source.developers.google.com':
しかし、私は次のエラーが発生します:
致命的: の認証に失敗しました
https://source.developers.google.com/p/{project_id}/
Username
password
正しい解決策を見つけようとしましたSO
が、そうではありGITHUB
ませんGoogle cloud repository
。
どんな助けでも大歓迎です。