Quentin123345 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

Error while replicating project from repository #302

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issue running command [gcloud source repos clone].

What steps will reproduce the problem?

What is the expected output? What do you see instead?

Please provide any additional information below.

Traceback (most recent call last):
  File "C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\..\./lib\googlecloudsdk\calliope\cli.py", line 589, in Execute
    result = args.cmd_func(cli=self, args=args)
  File "C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\..\./lib\googlecloudsdk\calliope\backend.py", line 1221, in Run
    resources = command_instance.Run(args)
  File "C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\..\./lib\googlecloudsdk\calliope\exceptions.py", line 96, in TryFunc
    return func(*args, **kwargs)
  File "C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\..\./lib\googlecloudsdk\source\commands\repos\clone.py", line 79, in Run
    path = project_repo.Clone(destination_path=args.dst or args.src)
  File "C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\..\./lib\googlecloudsdk\source\lib\git.py", line 203, in Clone
    ['git', 'remote', 'show', 'origin'])
  File "C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\..\./lib\googlecloudsdk\core\util\compat26.py", line 30, in check_output
    universal_newlines=universal_newlines, cwd=cwd)
  File "C:\python27_x64\lib\subprocess.py", line 710, in __init__
    errread, errwrite)
  File "C:\python27_x64\lib\subprocess.py", line 958, in _execute_child
    startupinfo)
[output truncated]

Original issue reported on code.google.com by manuel.a...@inswitch.us on 13 Oct 2015 at 4:48

GoogleCodeExporter commented 8 years ago
Hi there,

Thanks for reporting this. Do you mind posting the remainder of the traceback, 
along with the other information from `gcloud info`?

Original comment by z...@google.com on 13 Oct 2015 at 5:19