Do GitHub raw urls expire?

No one has clearly mentioned this, but the github raw urls expire in 7 days. You can use longer lasting personal access tokens generated here: https://github.com/settings/tokens but those can only be used via curl: curl -H ‘Authorization: token <personal_token>’ <raw_url> Note that the personal access tokens expire if unused for an entire year.

GitHub API – how to compare 2 commits

The official commit comparison API is Compare two commits: GET /repos/:owner/:repo/compare/:base…:head Both :base and :head can be either branch names in :repo or branch names in other repositories in the same network as :repo. For the latter case, use the format user:branch: GET /repos/:owner/:repo/compare/user1:branchname…user2:branchname Note that you can use tags or commit SHAs as well. … Read more

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