Heroku and GitHub: “Items could not be retrieved, Internal server error”

As of May 25, 2022, at 19:52 UTC, GitHub integration has been re-enabled: We are happy to report that the GitHub integration is re-enabled! You can now reconnect with GitHub and restore your Heroku pipeline functionality, including Review Apps, with newly generated tokens. You can connect to GitHub immediately or wait for the enhanced integration … Read more

Delete fork dependency of a GitHub repository

Update Jan 2022: Use the GitHub chatbot-virtual-assistant at https://support.github.com/request/fork. First answer: You can contact github support and ask them to switch your repository to “normal mode”. On this page, “Commit was made in a fork” paragraph, it is explained that one has to go through support to switch. Therefore, it is likely that there is … Read more

On GitHub, what’s the difference between reviewer and assignee?

EDIT: After discussing with several OSS maintainers, reviewers is defined as what the word supposed to be: to review (someone’s code) and “assignee” has a looser definiton explained below. For “reviewer”: someone you want to review the code. Not necessarily the person responsible for that area or responsible for merging the commit. Can be someone … Read more

Push to GitHub without a password using ssh-key

If it is asking you for a username and password, your origin remote is pointing at the HTTPS URL rather than the SSH URL. Change it to ssh. For example, a GitHub project like Git will have an HTTPS URL: https://github.com/<Username>/<Project>.git And the SSH one: git@github.com:<Username>/<Project>.git You can do: git remote set-url origin git@github.com:<Username>/<Project>.git to … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)