-
Notifications
You must be signed in to change notification settings - Fork 516
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
gclient sync error #1060
Comments
The "master" branch has been renamed to the "main" branch. If you don't have any customizations in place in your working directory, please see updated instructions in the repo and check out a fresh copy of the source. If you have work you need to preserve, please let us know and we can create instructions to help you update your existing checkout to the new branch name. |
I'm trying to install a fresh copy. I have no config left over from pre-master/main migration and I'm following the instructions you linked.
|
Hi, I had the same issue and I fixed it pointing to a specific version: after run: gclient config https://github.com/shaka-project/shaka-packager.git --name=src --unmanaged |
Thank you @filipem81. That worked for me |
And just in case it isn't obvious, you can use |
gclient is going away, as part of a migration to CMake and git submodules. If you would like to help with this effort, please see #1047 (comment) to volunteer. Thanks! |
The default branch is `main`, not `master`. Indicate this on the documentation as its' not obvious. See shaka-project#1060
System info
Operating System:Linux Mint 20.3 x86_64
Shaka Packager Version: v2.6.1
When I run
gclient sync
i get the error:fatal: couldn't find remote ref refs/heads/master
The text was updated successfully, but these errors were encountered: