We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something went wrong when we tried to update cdrci's fork: https://github.com/cdr/code-server/runs/2643613944?check_suite_focus=true
We need to figure out how to do that correctly.
This might help: https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token#using-a-token-on-the-command-line
echo "cdr\n$token" | git push might work as well.
echo "cdr\n$token" | git push
The text was updated successfully, but these errors were encountered:
Going to see if I can replicate the issue locally by:
git clone https://github.com/cdrci/homebrew-core.git
git remote add upstream https://github.com/Homebrew/homebrew-core.git
git fetch upstream
git merge upstream/master
Sorry, something went wrong.
jsjoeio
Successfully merging a pull request may close this issue.
Something went wrong when we tried to update cdrci's fork: https://github.com/cdr/code-server/runs/2643613944?check_suite_focus=true
We need to figure out how to do that correctly.
This might help: https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token#using-a-token-on-the-command-line
echo "cdr\n$token" | git push
might work as well.The text was updated successfully, but these errors were encountered: