diff options
| author | Cameron McEfee <cameron@github.com> | 2011-05-27 16:25:16 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-05-27 16:26:19 -0700 |
| commit | 75e24fdca4e70e751332c491a4b60a712e12c9e0 (patch) | |
| tree | ce505c13238ac1243de1026f85f26f848cd16d26 /_posts/2009-06-16-troubleshooting-common-issues.markdown | |
| parent | 379694ab364801b5d06c2070c43fa50594c4bf65 (diff) | |
Reorder files to alphabetize. Update titles to be more conducive to quick scans.
The posts have been re-dated to not only alphabetize them within their categories, but also to make them easier to find with their directory. Files marked 2008 are active post files. Files marked 2009 are outdated or are redirects to newer files. Files have been renamed to match their title for easier updating.
Diffstat (limited to '_posts/2009-06-16-troubleshooting-common-issues.markdown')
| -rw-r--r-- | _posts/2009-06-16-troubleshooting-common-issues.markdown | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/_posts/2009-06-16-troubleshooting-common-issues.markdown b/_posts/2009-06-16-troubleshooting-common-issues.markdown deleted file mode 100644 index fc886c0..0000000 --- a/_posts/2009-06-16-troubleshooting-common-issues.markdown +++ /dev/null @@ -1,38 +0,0 @@ ---- -layout: default -title: Common issues and questions -description: Solutions to the most common issues and answers to common questions -categories: troubleshooting popular ---- - -I can't push, "Permission denied (publickey)" ---------------------------------------------- - -Make sure you've [set up an SSH key](/key-setup-redirect) and are using the correct URL (they are case-sensitive). Check [this guide](/troubleshooting-ssh) for more information. - -My commits aren't linked to my user, to the wrong user, or don't have a Gravatar ------------------------------------------------------------------------------------ - -Make sure your [git](/git-email-settings) and [GitHub](https://github.com/account#email_bucket) email settings match. - -You may also need to check your Gravatar account to make sure your Gravatar has a "G" rating. - -I changed my Gravatar but it's not updating -------------------------------------------- - -Gravatar images are cached for a very long time. Clear your browser's cache. - -Syntax highlighting isn't working for my language -------------------------------------------------- - -We use the excellent [pygments](http://pygments.org/) library for our syntax highlighting. Check their list of [supported languages](http://pygments.org/languages/) and learn how to specify a lexer for yours. If you contribute a lexer back to pygments, let us know and we’ll make sure it’s made available here on GitHub. - -Can I use Eclipse/EGit with GitHub? ------------------------------------ - -Yes, see [this writup](http://gist.github.com/423316) for help. - -Are there any screencasts or other resources out there for git? ---------------------------------------------------------------- - -Yes, you can find a *(probably incomplete)* list [here](http://gist.github.com/423320). |
