Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run error #3900

Closed
GitSoftwareNow opened this issue Mar 6, 2025 · 1 comment
Closed

run error #3900

GitSoftwareNow opened this issue Mar 6, 2025 · 1 comment

Comments

@GitSoftwareNow
Copy link

run
python .\tools\automate\automate-git.py --download-dir=.\cef --no-distrib --no-build --no-depot-tools-update --no-cef-update

Error: Command 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/external/github.com/KhronosGroup/VK-GL-CTS C:\Users\Administrator\Downloads\cef\cef\chromium\src\third_party\angle\third_party\VK-GL-CTS\_gclient_src_wkerhqaw' returned non-zero exit status 128 in C:\Users\Administrator\Downloads\cef\cef\chromium

Warnings:
Conflicting directory C:\Users\Administrator\Downloads\cef\cef\chromium\src\third_party\angle\third_party\VK-GL-CTS\src moved to C:\Users\Administrator\Downloads\cef\cef\chromium_bad_scm\src\third_party\angle\third_party\VK-GL-CTS\srcbmk3ujgj.

Traceback (most recent call last):
File "C:\Users\Administrator\Downloads\cef\tools\automate\automate-git.py", line 1260, in
run("gclient revert --nohooks", chromium_dir, depot_tools_dir)
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\Downloads\cef\tools\automate\automate-git.py", line 66, in run
return subprocess.check_call(
~~~~~~~~~~~~~~~~~~~~~^
args, cwd=working_dir, env=env, shell=(sys.platform == 'win32'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 421, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['gclient', 'revert', '--nohooks']' returned non-zero exit status 1.
PS C:\Users\Administrator\Downloads\cef> python .\tools\automate\automate-git.py --download-dir=.\cef --no-distrib --no-build --no-depot-tools-update --no-cef-update

@magreenblatt
Copy link
Collaborator

Git errors are outside the scope of this project. You can Google the error message for assistance.

Please stop creating new issues for the same topic.

@magreenblatt magreenblatt closed this as not planned Won't fix, can't repro, duplicate, stale Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants