Latex rendering in README.md on Github

For short expresions and not so fancy math you could use the inline HTML to get your latex rendered math on codecogs and then embed the resulting image. Here an example: – <img src=”https://latex.codecogs.com/gif.latex?O_t=\text { Onset event at time bin } t ” /> – <img src=”https://latex.codecogs.com/gif.latex?s=\text { sensor reading } ” /> – <img … 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://[email protected]’: 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