C:\Users\kevlut\Documents\GitHub\depot_toolsfetch --nohooks chromium[0:38:50] Still working on:
[0:38:50] src
WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=512m" "fetch" "origin
' in C:\Users\kevlut\Documents\GitHub\depot_tools\src failed; will retry after
short nap...
WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=512m" "fetch" "origin
' in C:\Users\kevlut\Documents\GitHub\depot_tools\src failed; will retry after
short nap...
WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=512m" "fetch" "origin
' in C:\Users\kevlut\Documents\GitHub\depot_tools\src failed; will retry after
short nap...
[0:39:00] Still working on:
[0:39:00] src
WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=512m" "fetch" "origin
' in C:\Users\kevlut\Documents\GitHub\depot_tools\src failed; will retry after
short nap...
[0:39:10] Still working on:
[0:39:10] src
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
[remote "origin"]
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
solutions = [{u'managed': False, u'name': u'src', u'url': u'https://chromium.googlesource.com/chromium/src.git', u'custom_deps': {}, u'deps_file': u'.DEPS.git', u'safesync_url': u''}]
[1:21:08] Resolving deltas: 99% (2462998/2463093)
[1:21:08] Resolving deltas: 100% (2463093/2463093)
[1:21:17] remote: Total 3133658 (delta 2462198), reused 3133019 (delta 2462198)
[1:21:18] Checking connectivity... done.
[1:21:18] fatal: Not a git repository (or any of the parent directories): .git
[1:21:19] fatal: Not a git repository (or any of the parent directories): .git
[1:21:20] fatal: Not a git repository (or any of the parent directories): .git
[1:21:22] fatal: Not a git repository (or any of the parent directories): .git
----------------------------------------
Error: Command git -c core.deltaBaseCacheLimit=512m fetch origin returned non-ze
ro exit status 128 in C:\Users\kevlut\Documents\GitHub\depot_tools\src
Warnings:
Conflicting directory C:\Users\kevlut\Documents\GitHub\depot_tools\src moved to
C:\Users\kevlut\Documents\GitHub\depot_tools\_bad_scm\srcopjtbd.
Traceback (most recent call last):
File "C:\Users\kevlut\Documents\GitHub\depot_tools\\fetch.py", line 317, in <m
odule>
sys.exit(main())
File "C:\Users\kevlut\Documents\GitHub\depot_tools\\fetch.py", line 313, in ma
in
return run(options, spec, root)
File "C:\Users\kevlut\Documents\GitHub\depot_tools\\fetch.py", line 307, in ru
n
return checkout.init()
File "C:\Users\kevlut\Documents\GitHub\depot_tools\\fetch.py", line 122, in in
it
self.run_gclient(*sync_cmd)
File "C:\Users\kevlut\Documents\GitHub\depot_tools\\fetch.py", line 76, in run
_gclient
return self.run(cmd_prefix + cmd, **kwargs)
File "C:\Users\kevlut\Documents\GitHub\depot_tools\\fetch.py", line 66, in run
return subprocess.check_call(cmd, **kwargs)
File "C:\Users\kevlut\Documents\GitHub\depot_tools\python276_bin\lib\subproces
s.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '('C:\\Users\\kevlut\\Documents\\GitHub\\
depot_tools\\python276_bin\\python.exe', 'C:\\Users\\kevlut\\Documents\\GitHub\\
depot_tools\\gclient.py', 'sync', '--nohooks')' returned non-zero exit status 1
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
C:\Users\kevlut\Documents\GitHub\depot_tools>git config --list
core.symlinks=false
core.autocrlf=false
core.fscache=true
core.preloadindex=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
pack.packsizelimit=2g
help.format=html
help.htmlpathalt=..\man\html
http.sslcainfo=/bin/curl-ca-bundle.crt
sendemail.smtpserver=/bin/msmtp.exe
diff.astextplain.textconv=astextplain
rebase.autosquash=true
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
core.hidedotfiles=dotGitOnly
remote.origin.url=https://chromium.googlesource.com/chromium/tools/depot_tools.g
it
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master
this is probably due to a flaky network connection.
try fetch --no-history chromium, should reduce drastically the checkout size