CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 12 Aug 2025 13:16:36 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080308204127
location: https://web.archive.org/web/20080308204127/https://github.com/guides/github-bugs
server-timing: captures_list;dur=0.732763, exclusion.robots;dur=0.026189, exclusion.robots.policy;dur=0.010524, esindex;dur=0.020439, cdx.remote;dur=370.862313, LoadShardBlock;dur=511.016821, PetaboxLoader3.datanode;dur=186.445994, PetaboxLoader3.resolve;dur=233.980723
x-app-server: wwwb-app222
x-ts: 302
x-tr: 910
server-timing: TR;dur=0,Tw;dur=295,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 12 Aug 2025 13:16:38 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.25
x-archive-orig-date: Sat, 08 Mar 2008 20:41:27 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.17695
x-archive-orig-etag: "57efb0a60260a5732d654a5f0ab7638b"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 24877
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 08 Mar 2008 20:41:27 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 14 Feb 2008 15:49:13 GMT", ; rel="prev memento"; datetime="Thu, 14 Feb 2008 15:49:13 GMT", ; rel="memento"; datetime="Sat, 08 Mar 2008 20:41:27 GMT", ; rel="next memento"; datetime="Wed, 23 Apr 2008 03:42:57 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 14:03:36 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_2_20080308190926_crawl104-c/51_2_20080308204024_crawl103.arc.gz
server-timing: captures_list;dur=2.868369, exclusion.robots;dur=0.025779, exclusion.robots.policy;dur=0.010340, esindex;dur=0.016984, cdx.remote;dur=510.307316, LoadShardBlock;dur=143.707039, PetaboxLoader3.datanode;dur=126.970734, load_resource;dur=129.691057, PetaboxLoader3.resolve;dur=48.535494
x-app-server: wwwb-app222
x-ts: 200
x-tr: 842
server-timing: TR;dur=0,Tw;dur=307,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
GitHub Bugs! — Git Guides — GitHub
GitHub Bugs!
GitHub Bugs!
Found a bug? Add it to the bottom of this list. Also, please "link":https://github.com/bugged_page to it if you can.
Need help? Try #github in irc.freenode.net
Bugs
- if you happen to not be logged in when you find a repo on github that you want to watch, then you log in, then you click the back button and click watch, the repo does not actually get added to your watch list. I had to log in then back up then refresh the page before it would work.
- signup with account using a SSH pub key that is in use on another account does not give an error – just bounces on the signup screen. I was wanting to use the same ssh pub key for another (commercial) account.
- adding a user to a project doesn’t check to see if the user is already on that project. Also it’d be nice if there was a loading img or the button was disabled until it finished
- if there is no master branch github does not show anything even if there are other branches * I second that: I suggest using either: A (configurable) “master” branch, the branch called master or the first alphabetical one; in that order.
- broken syntax highlighting ( here and here )
- .rdf files need to be mapped as XML, not file-downloasd
- ‘percent_expand: NULL replacement’ Bug
- github site doesn’t scale to smaller screen size (horizontal scroll bar needed): screenshot here
- broken file names in diff
- Cannot right click on “Inbox” icon and open inbox in another tab
- On page https://github.com/tommorris/rena/tree/new/lib/bnode.rb, the link to rena (in rena / lib / bnode) should point to /tommorris/rena/tree/new instead of /tommorris/rena/tree
- Bug viewing repo commit history feed (this has since started working, but probably only because the item that was causing it has since scrolled off the feed)
- Branch/tags menu links don’t render properly & are unclickable in IE7 (source browser and commits pages)
- Can’t delete an added email from the (delete) link
- All https pages with gravitar present are coming up unsecure due to gravitar being referenced through a http call.
- Really big commits produce really big pages that Firefox chokes on. Perhaps they need to be paginated somehow.
- If you fork a repo from another user, and that user deletes their repo, your forked repo goes into limbo, with always “hardcore forking action”.
- Suggestion: When browsing repositories, it would be nice to see the forking hierarchy.
Adding a Deploy Key doesn’t do anything.- Can’t use the same deploy user for two different repositories. IE: two projects on the same server.
- the in-place-editor button is confusing and doesn’t save when editing text
- screencast
- On the account page, when you edit a field in the account section and tab off, the field goes away, and the value you entered doesn’t save. I clicked tab so that I could highlight the “edit” link next to the box, and expected the text box to stay, but instead it disappeared.
- The pull request doesn’t work outside of the facebox here
- A commit with no changes except to file modes is broken here
- It is possible to add a recipient to a pull request that doesn’t have access to your private project.
- The count of people watching a repository isn’t correct. (note: I do have applied commits on this project) (posted by: robbyrussell)
- Avatar not showing up for me in every place. (posted by: robbyrussell)
- The JSON data of the post-receive-hook is sent as url-encoded form data. This makes it hard (or impossible) to process it from within applications that have some kind of protection against CSRF (like Trac). I would suggest to add an option to send that data with Content-Type: application/json.
- File contents not showing
- Tarballs don’t pull in submodules, just get an empty folder.
- It appears git-archive doesn’t handle submodules at all, is that what github uses to create the packages? If so, who do we report this bug to?
Usability and account maintenance.
- Cannot change the account’s primary email address.
- Cannot change the description of my private repos… after hitting enter, I get, “Not a valid homepage” in the description text box. * On a related note, consider adding an ‘onBlur’ form submit event to editable text fields
Fixed bugs
Not sure if commits are showing the full message, for example (full commit according to git log)Copy-paste code from Firefox beta 3 to TM and you’ll have thisyet another layout suggestion: on the commit page, i naturally try to click on the commit message to show the diff (commit page)some commits are not getting linked https://github.com/nex3/haml/commits/masterlinks on repo’s network should point to repos source browser, not networkGitHub claims newly created repository page does not existduplicate commits are showing up‘ssh public keys’ on signup is confusing, please make the box smaller so we know to only add oneJust created a project in Safari 3.0.4. Clicked on the link “continue” when you are done. Remained on the same page with the same info. “continue” appears to do nothing.Branch browser shows “Page does not exist” error for 0.5.0-refactor for the Halcyon repo (may be due to forcefully replacing the branch’s head with agit push -f
)Two separate GitHub accounts cannot have the same SSH key, which on the surface makes sense, but what if I have different accounts for different companies I work for, but use the same computer.(Generate another key.)can’t add a new user to a private repo. AJAX call returns a 500 (example)FF3 CSS bug here and here.rake file should be highlighted as rubyTags are not turning up. example (click on all tags, output of git tag on my local clone )Occasionally I’ll start to see this error when I try to do ‘git push’ : pastieI have a private repo at https://github… When inputting the name of an additional user, I get a permanent spinner. Firebug reports a security error: content at https://github… can’t load data from https://github…. Note that adding a user works fine: I’m just missing out on something (autocompletion?) as I’m typing.Typing the letter ‘p’ in the edit description box for a project moves the view to a previous version (the hotkey is active even in a textfield). (this happens in all fields. C&Ping into the field works fine)Should be able to see private repositories’ progress on the dashboard if you are a member/own it (Such as here)use the “from me”, I meant such as:
Created a Gravatar after signing up to Github. Picture doesn’t get updated?(just took a long time)Can’t delete a created repository if it doesn’t have a commit‘Clone URL’ hrefs should be the actual url so “Copy Link Location” works (e.g. on https://github.com/drnic/javascript-unittest-tmbundle/tree/master)Edit links in Repository page are broken in Safari 2.safari 3 is a free upgradeCopy Permissions: “Clicking on a repository below will add all its members to this repository.” This message is shown, but if the user has only one repository there are no repos listed underneath the message.Viewing the commits for a dotted-branch seems to be broken (The tree view is fixed) broken page linked fromIt is possible to add a recipient to the pull request with no name- The URI in the README includes trailing double quotes here
- Atom feed, users aren’t removed ‘from’ repos by owners, but are kidnapped and chained to the radiator: “Owner added Eve to repo 2 days ago” / “Owner removed Eve to [sic] repo 1 day ago”.
Last edited by broughcut, about 2 hours ago
Versions:
GitHub is Logical Awesome. ©2008
This feature is coming soon. Sit tight!