Custom domain for GitHub project pages

1/23/19 UPDATE: Things have changed quite a bit (for the better) since my last answer. This updated answer will show you how to configure: Root apex (example.com) Sub-domain (www.example.com) HTTPS (optional but strongly encouraged) In the end, all requests to example.com will be re-directed to https://www.example.com (or http:// if you choose NOT to use HTTPS). … Read more

How to find out “The most popular repositories” on Github? [closed]

Ranking by stars or forks is not working. Each promoted or created by a famous company repository is popular at the beginning. Also it is possible to have a number of them which are in trend right now (publications, marketing, events). It doesn’t mean that those repositories are useful/popular. The gitmostwanted.com project (repo at github) … Read more

GitHub: invalid username or password

After enabling Two Factor Authentication (2FA), you may see something like this when attempting to use git clone, git fetch, git pull or git push: $ git push origin master Username for ‘https://github.com’: your_user_name Password for ‘https://your_user_name@github.com’: remote: Invalid username or password. fatal: Authentication failed for ‘https://github.com/your_user_name/repo_name.git/’ Why this is happening From the GitHub Help … Read more

View markdown files offline [closed]

There are a few Chrome plug-ins that work well. I’ve been using Markdown Preview Plus. After install, enable “Allow access to file URLs” in Extensions (menu > More tools > Extensions or enter URL chrome://extensions/ instead). Then drag-n-drop a Markdown file onto Chrome and use your favorite editor to edit.

How to add screenshot to READMEs in github repository?

If you use Markdown (README.md): Provided that you have the image in your repo, you can use a relative URL: ![Alt text](/relative/path/to/img.jpg?raw=true “Optional Title”) If you need to embed an image that’s hosted elsewhere, you can use a full URL ![Alt text](http://full/path/to/img.jpg “Optional title”) GitHub recommend that you use relative links with the ?raw=true parameter … Read more

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